GNOME Bugzilla – Bug 616521
qtdemux: Export MPEG-4 video profile and level in stream caps
Last modified: 2010-10-01 14:35:59 UTC
This patch exposes the profile and level of MPEG-4 video streams in stream caps.
Created attachment 159339 [details] [review] qtdemux: Export MPEG-4 video profile and level in stream caps This exposes the MPEG-4 video profile and level in stream caps. The profile_and_level_indication -> profile/level mapping is taken from the spec and Wireshark's code. It might need adding to.
Created attachment 160005 [details] [review] qtdemux: Export MPEG-4 video profile and level in stream caps This uses gstpbutils to extract the profile and level from the video object sequence and adds this to stream caps. This can be used as metadata and for fine-grained decoder selection.
Comment on attachment 159339 [details] [review] qtdemux: Export MPEG-4 video profile and level in stream caps Posting an updated patch to use pbutils after moving the profile/level extraction code there (bug #617314).
Comment on attachment 160005 [details] [review] qtdemux: Export MPEG-4 video profile and level in stream caps Obsoleting and attaching an updated patch to use a setter function.
Created attachment 162339 [details] [review] qtdemux: Export MPEG-4 video profile and level in stream caps This uses gstpbutils to extract the profile and level from the video object sequence and adds this to stream caps. This can be used as metadata and for fine-grained decoder selection.
commit 1a37a6245479a1c02e95a751f2246f423aea7a20 Author: Arun Raghavan <arun.raghavan@collabora.co.uk> Date: Thu Apr 22 19:39:47 2010 +0530 qtdemux: Export MPEG-4 video profile and level in stream caps This uses gstpbutils to extract the profile and level from the video object sequence and adds this to stream caps. This can be used as metadata and for fine-grained decoder selection. https://bugzilla.gnome.org/show_bug.cgi?id=616521