mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 22:12:34 +00:00
Trivial fixes for GstBuffer->GstData migration
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
This commit is contained in:
parent
8603e03fd5
commit
33bc78bfe5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static void gst_ffmpegdec_dispose (GObject *object);
|
||||||
static GstPadLinkReturn gst_ffmpegdec_connect (GstPad *pad,
|
static GstPadLinkReturn gst_ffmpegdec_connect (GstPad *pad,
|
||||||
GstCaps *caps);
|
GstCaps *caps);
|
||||||
static void gst_ffmpegdec_chain (GstPad *pad,
|
static void gst_ffmpegdec_chain (GstPad *pad,
|
||||||
GstBuffer *buffer);
|
GstData *data);
|
||||||
|
|
||||||
static GstElementStateReturn
|
static GstElementStateReturn
|
||||||
gst_ffmpegdec_change_state (GstElement *element);
|
gst_ffmpegdec_change_state (GstElement *element);
|
||||||
|
|
Loading…
Reference in a new issue