1.1 --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Tue Dec 05 13:56:27 2006 +0000
1.2 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Wed Dec 06 17:59:09 2006 +0000
1.3 @@ -267,7 +267,7 @@
1.4 static gint64 gst_nuv_demux_get_time_duration (GstNuvDemux *nuv);
1.5
1.6 #if (GST_VERSION_MINOR == 10) && (GST_VERSION_MICRO < 6)
1.7 -GstBuffer * gst_nuv_demux_adapter_take_buffer (GstAdapter * adapter, guint nbytes);
1.8 +GstBuffer * gst_adapter_take_buffer (GstAdapter * adapter, guint nbytes);
1.9 #endif
1.10
1.11