mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
remove g_print() noisiness
Original commit message from CVS: remove g_print() noisiness
This commit is contained in:
parent
2d62614863
commit
ec91719c99
1 changed files with 0 additions and 2 deletions
|
@ -274,8 +274,6 @@ gst_esdsink_chain (GstPad *pad, GstData *_data)
|
|||
if (GST_IS_EVENT(buf)){
|
||||
GstEvent *event = GST_EVENT(buf);
|
||||
|
||||
g_print("got event\n");
|
||||
|
||||
switch(GST_EVENT_TYPE(event)){
|
||||
case GST_EVENT_EOS:
|
||||
gst_audio_clock_set_active (GST_AUDIO_CLOCK (esdsink->provided_clock),
|
||||
|
|
Loading…
Reference in a new issue