mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
Fix more typos in Andy's GstData commit
Original commit message from CVS: Fix more typos in Andy's GstData commit
This commit is contained in:
parent
a6df126cb9
commit
3e77fa62b0
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ static void gst_divxdec_class_init (GstDivxDecClass *klass);
|
|||
static void gst_divxdec_init (GstDivxDec *divxdec);
|
||||
static void gst_divxdec_dispose (GObject *object);
|
||||
static void gst_divxdec_chain (GstPad *pad,
|
||||
GstBuffer *buf);
|
||||
GstData *data);
|
||||
static GstPadLinkReturn gst_divxdec_connect (GstPad *pad,
|
||||
GstCaps *vscapslist);
|
||||
static GstPadLinkReturn gst_divxdec_negotiate (GstDivxDec *divxdec);
|
||||
|
|
|
@ -103,7 +103,7 @@ static void gst_divxenc_class_init (GstDivxEncClass *klass);
|
|||
static void gst_divxenc_init (GstDivxEnc *divxenc);
|
||||
static void gst_divxenc_dispose (GObject *object);
|
||||
static void gst_divxenc_chain (GstPad *pad,
|
||||
GstBuffer *buf);
|
||||
GstData *data);
|
||||
static GstPadLinkReturn gst_divxenc_connect (GstPad *pad,
|
||||
GstCaps *vscapslist);
|
||||
|
||||
|
|
Loading…
Reference in a new issue