[Bug 664733] queue for encoded streams
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 25 04:25:14 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=664733
GStreamer | gst-plugins-base | git
--- Comment #2 from Levente Farkas <lfarkas at lfarkas.org> 2011-11-25 12:25:09 UTC ---
currently queue can drop all/any frames which is not suitable for any encoded
(h264, mpeg4, etc.) video streams. since in this case if you drop an I-frame
you must also drop all consequent P and B frames until the next I-frame.
So we plane to add a new properties:
encoded stream true/false default: false
to queue. after that queue works before, but if this properties set to true,
the:
- if drop a frame thne drop all consequent frames until the next I-frame,
- which means all stream produced by the queue always can be decoded and never
gives degraded video stream.
--
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