[Bug 790047] New: basedemux: new base class for demux elements
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 8 07:32:38 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=790047
Bug ID: 790047
Summary: basedemux: new base class for demux elements
Classification: Platform
Product: GStreamer
Version: git master
OS: Windows
Status: NEW
Severity: enhancement
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: pudding8757 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
To all maintainers
Gstreamer has several base classes for core components such as
src/sink, parse, decoder/encoder, etc. BUT demux elements are fragmented and
has their flow. Actually demux's work flow is quite similar to each other.
Pushing input buffer to adapter, read header, expose src pads, feed demuxed ES
streams, and so on.
Are there basedemux in backlog of maintainers, or even ongoing? Since we now
might need to implement GstStream API to almost demux elements, right now seems
to good timing to add the basedemux.... What do you think?
--
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