[gstreamer-bugs] [Bug 627459] theoraenc should provide option for TH_ENCCTL_SET_DUP_COUNT

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 19 23:54:41 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=627459
  GStreamer | gst-plugins-base | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-20 06:54:36 UTC ---
For this to work there either needs to be something like videorate inside
theoraenc, that creates "duplicated frames" if there's a frame missing and
makes sure that there's a constant framerate. Or videorate needs to mark
duplicated frames somehow by some buffer flag.

Arguably GST_BUFFER_FLAG_GAP could be used for this in video:
> the buffer has been created to fill a gap in the stream and contains media neutral data (elements
> can switch to optimized code path that ignores the buffer content).

It's created to fill a gap in the stream and contains something like neutral
data (for audio this is silence, for video this could be something like the
previous frame). And elements, like theoraenc, can do optimized stuff for this.

Any oppinions?

-- 
Configure bugmail: https://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