Trivial fixes for GstBuffer->GstData migration
authorDavid Schleef <ds@schleef.org>
Thu, 9 Oct 2003 02:23:00 +0000 (02:23 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 9 Oct 2003 02:23:00 +0000 (02:23 +0000)
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration

ext/ffmpeg/gstffmpegdec.c

index e81c539..4fa7f1a 100644 (file)
@@ -91,7 +91,7 @@ static void   gst_ffmpegdec_dispose           (GObject      *object);
 static GstPadLinkReturn        gst_ffmpegdec_connect   (GstPad    *pad,
                                                 GstCaps   *caps);
 static void    gst_ffmpegdec_chain             (GstPad    *pad,
-                                                GstBuffer *buffer);
+                                                GstData   *data);
 
 static GstElementStateReturn
                gst_ffmpegdec_change_state      (GstElement *element);