More Andy fixage
Original commit message from CVS: More Andy fixage
This commit is contained in:
parent
3e77fa62b0
commit
f43766333b
@ -96,7 +96,7 @@ static void gst_xviddec_class_init (GstXvidDecClass *klass);
|
||||
static void gst_xviddec_init (GstXvidDec *xviddec);
|
||||
static void gst_xviddec_dispose (GObject *object);
|
||||
static void gst_xviddec_chain (GstPad *pad,
|
||||
GstBuffer *buf);
|
||||
GstData *data);
|
||||
static GstPadLinkReturn gst_xviddec_connect (GstPad *pad,
|
||||
GstCaps *vscapslist);
|
||||
static GstPadLinkReturn gst_xviddec_negotiate (GstXvidDec *xviddec);
|
||||
|
@ -98,7 +98,7 @@ enum {
|
||||
static void gst_xvidenc_class_init (GstXvidEncClass *klass);
|
||||
static void gst_xvidenc_init (GstXvidEnc *xvidenc);
|
||||
static void gst_xvidenc_chain (GstPad *pad,
|
||||
GstBuffer *buf);
|
||||
GstData *data);
|
||||
static GstPadLinkReturn gst_xvidenc_connect (GstPad *pad,
|
||||
GstCaps *vscapslist);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user