[gstreamer-bugs] [Bug 324064] [vorbisenc] First vorbis buffer is dropped in some situations

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 10 03:05:31 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324064
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|First vorbis buffer is      |[vorbisenc] First vorbis
                   |dropped in some situations  |buffer is dropped in some
                   |                            |situations




------- Comment #2 from Tim-Philipp Müller  2006-01-10 11:05 UTC -------
Isn't there another problem as well? It looks to me like vorbisenc happily
timestamps the first three buffers it sends out (and puts durations on them),
even though those are header buffers. That's not right either, is it?

Maybe there should be a

  if (vorbisenc->header_sent) {
   .... set duration and timestamp and offset_end
  } else {
   offset_end = -1;
  }

in gst_vorbisenc_buffer_from_packet() as well?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list