projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8603e03
)
Trivial fixes for GstBuffer->GstData migration
author
David Schleef
<ds@schleef.org>
Thu, 9 Oct 2003 02:23:00 +0000
(
02:23
+0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/ext/ffmpeg/gstffmpegdec.c
b/ext/ffmpeg/gstffmpegdec.c
index
e81c539
..
4fa7f1a
100644
(file)
--- a/
ext/ffmpeg/gstffmpegdec.c
+++ b/
ext/ffmpeg/gstffmpegdec.c
@@
-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,
- Gst
Buffer *buffer
);
+ Gst
Data *data
);
static GstElementStateReturn
gst_ffmpegdec_change_state (GstElement *element);