[gstreamer-bugs] [Bug 309076] from GST_BUFFER_KEY_UNIT to GST_BUFFER_DELTA_UNIT

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jul 16 08:19:19 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=309076
 GStreamer | gst-plugins | Ver: HEAD CVS

wingo at pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG
   Target Milestone|HEAD                        |NONE



------- Additional Comments From wingo at pobox.com  2005-07-16 15:19 -------
Also it's just about only video that has delta frames. For example all vorbis
packets are "key units", all pcm buffers are key units, etc. The logic was reversed.

For 0.9 we fixed this by removing KEY_UNIT altogether. For 0.8 though... not
sure really, you can't just remove the old behaviour. Not can you change the
interpretation of a buffer with neither flag (in 0.9 they are key units, in 0.8
historically they have been delta units).

However, the flags only have meaning for muxers and demuxers of a given format,
and those can be changed together (e.g. theora and ogg both in gst-plugins). So
if you have control over all elements that care about the flags, you can change
to DELTA_UNIT. Otherwise in 0.8 you should leave it like it is, things will
continue to work.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list