mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Remove a dumb print that spams the console...
Original commit message from CVS: Remove a dumb print that spams the console...
This commit is contained in:
parent
1494ead81c
commit
bd3e835cd7
1 changed files with 0 additions and 1 deletions
|
@ -523,7 +523,6 @@ cdparanoia_get (GstPad *pad)
|
|||
/* update current sector and stop things if appropriate */
|
||||
src->cur_sector++;
|
||||
|
||||
g_print ("cur: %ld end: %d\n", src->cur_sector, src->end_sector);
|
||||
if (src->cur_sector == src->end_sector) {
|
||||
GST_DEBUG (0,"setting EOS");
|
||||
gst_element_set_eos(GST_ELEMENT(src));
|
||||
|
|
Loading…
Reference in a new issue