mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 09:34:25 +00:00
Removed silly debug printf
Original commit message from CVS: Removed silly debug printf
This commit is contained in:
parent
ddb8f9f6bc
commit
00b21146ed
1 changed files with 0 additions and 7 deletions
|
@ -451,8 +451,6 @@ gst_vorbisfile_loop (GstElement *element)
|
|||
/* this function needs to go first since you don't want to be messing
|
||||
* with an unset vf ;) */
|
||||
if (vorbisfile->restart) {
|
||||
gint i;
|
||||
|
||||
vorbisfile->offset = 0;
|
||||
vorbisfile->total_bytes = 0;
|
||||
vorbisfile->may_eos = FALSE;
|
||||
|
@ -468,11 +466,6 @@ gst_vorbisfile_loop (GstElement *element)
|
|||
vorbisfile->need_discont = TRUE;
|
||||
vorbisfile->restart = FALSE;
|
||||
vorbisfile->current_link = -1;
|
||||
|
||||
for (i = 0; i < vorbisfile->vf.links; i++) {
|
||||
g_print ("%lld %lld\n", vorbisfile->vf.offsets[i],
|
||||
vorbisfile->vf.dataoffsets[i]);
|
||||
}
|
||||
}
|
||||
|
||||
if (vorbisfile->seek_pending) {
|
||||
|
|
Loading…
Reference in a new issue