mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
f6192fdbd0
commit
3424bfe93c
2 changed files with 8 additions and 1 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):
|
||||
|
|
|
@ -330,7 +330,6 @@ gst_id3_tag_init (GTypeInstance * instance, gpointer g_class)
|
|||
|
||||
if (GST_ID3_TAG_GET_CLASS (tag)->type != GST_ID3_TAG_PARSE_BASE) {
|
||||
/* create the sink and src pads */
|
||||
g_print ("creating sinkpad\n");
|
||||
tag->sinkpad =
|
||||
gst_pad_new_from_template (gst_element_class_get_pad_template
|
||||
(GST_ELEMENT_CLASS (g_class), "sink"), "sink");
|
||||
|
|
Loading…
Reference in a new issue