diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-10 09:31:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-09-10 09:31:40 +0000 |
commit | 2c5496eb74498afc6ff26e47773af43239a07abd (patch) | |
tree | d246cf3070c309a87325709fd05169b553b0024e /ext/gsm/gstgsmenc.c | |
parent | af558bdc6f39c680689423d98d2b60e7fd7a4c81 (diff) | |
download | gstreamer-plugins-bad-2c5496eb74498afc6ff26e47773af43239a07abd.tar.gz |
This updates all plugins to the new API for gst_pad_try_set_caps
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
Diffstat (limited to 'ext/gsm/gstgsmenc.c')
-rw-r--r-- | ext/gsm/gstgsmenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index fb19b5efc..3ed506b8d 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -128,7 +128,7 @@ gst_gsmenc_sinkconnect (GstPad *pad, GstCaps *caps) "gsm_gsm", "audio/x-gsm", "rate", GST_PROPS_INT (gsmenc->rate) - ))) + )) > 0) { return GST_PAD_CONNECT_OK; } |