More Andy fixage

Original commit message from CVS:
More Andy fixage
This commit is contained in:
Ronald S. Bultje 2003-10-09 19:52:36 +00:00
parent 3e77fa62b0
commit f43766333b
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);