After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796599 - ivfparse: Add vp9 header parsing to support dynamic resolution change notification
ivfparse: Add vp9 header parsing to support dynamic resolution change notific...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-15 20:21 UTC by sreerenj
Modified: 2018-11-03 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2018-06-15 20:21:50 UTC
IVF parser can detect the vp9 streams, but it only extracts the IVF header for notifying the resolution. This won't work for dynamic resolution change, especially vp9 supports to have inter prediction from varying resolution frames.

For VP8, the ivfparser has uncompressed header parsing and it announces any possible resolution change.

Adding support for VP9 FrameHeader parsing in ivfparse is more complicated than vp8.

The easy option could be to add a dependency to the codecparser library so that we can use vp9 codecparsing apis directly.

The second option is to add a dependency to the bitreader api from GStreamer and implement the parsing support in ivfparse.

I would like to know what everybody thinks about this.
Comment 1 GStreamer system administrator 2018-11-03 14:26:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/736.