diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 14:15:25 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 14:15:25 +0000 |
commit | bc3ddb0c5955ac5e226e875169117b3ad6ffb561 (patch) | |
tree | fd6975303b01dc4351373ff1351c3c51e6799dee | |
parent | 8e3c533fcf5c7dfc365871c3601008a0cb06ce42 (diff) | |
download | gst-plugins-bad-bc3ddb0c5955ac5e226e875169117b3ad6ffb561.tar.gz gst-plugins-bad-bc3ddb0c5955ac5e226e875169117b3ad6ffb561.tar.bz2 gst-plugins-bad-bc3ddb0c5955ac5e226e875169117b3ad6ffb561.zip |
more link fixes
Original commit message from CVS:
more link fixes
-rw-r--r-- | ext/mplex/gstmplex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index 0d8db34c..3801b58f 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -246,7 +246,7 @@ gst_mplex_init (GstMPlex *mplex) (void)mjpeg_default_handler_verbosity(mplex->ostrm->opt_verbosity); } -static GstPadConnectReturn +static GstPadLinkReturn gst_mplex_video_connect (GstPad *pad, GstCaps *caps) { GstMPlex *mplex; |