mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/mad/gstid3tag.c: remove leftover g_print
Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_init): remove leftover g_print * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): don't try setting only a subset of the caps. We don't want to kill autoplugging on purpose
This commit is contained in:
parent
4b27299a4a
commit
26cc5e8768
2 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/mad/gstid3tag.c: (gst_id3_tag_init):
|
||||
remove leftover g_print
|
||||
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
|
||||
don't try setting only a subset of the caps. We don't want to kill
|
||||
autoplugging on purpose
|
||||
|
||||
2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* sys/ximage/ximagesink.c: (plugin_init):
|
||||
|
|
|
@ -373,13 +373,6 @@ gst_audio_convert_link (GstPad * pad, const GstCaps * caps)
|
|||
if (!gst_audio_convert_parse_caps (caps, &ac_caps))
|
||||
return GST_PAD_LINK_REFUSED;
|
||||
|
||||
/* try setting our caps on the other side first */
|
||||
if (gst_pad_try_set_caps (otherpad, caps) >= GST_PAD_LINK_OK) {
|
||||
this->srccaps = ac_caps;
|
||||
this->sinkcaps = ac_caps;
|
||||
return GST_PAD_LINK_OK;
|
||||
}
|
||||
|
||||
/* ok, not those - try setting "any" caps */
|
||||
othercaps = gst_pad_get_allowed_caps (otherpad);
|
||||
for (i = 0; i < gst_caps_get_size (othercaps); i++) {
|
||||
|
|
Loading…
Reference in a new issue