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 719703 - encoder: mpeg2: derive profile & level from active features
encoder: mpeg2: derive profile & level from active features
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: XuGuangxin
gstreamer-vaapi maintainer(s)
Depends on: 719691
Blocks: 719412
 
 
Reported: 2013-12-02 17:14 UTC by Gwenole Beauchesne
Modified: 2014-01-13 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2013-12-02 17:14:01 UTC
This is the MPEG-2 encoding counterpart for bug #719691.

Expected changes:
- Default profile to which encoded streams need to conform: "Simple Profile"
- "max-bframes" then need to be set to zero
- If "max-bframes" > 0, then profile is inferred to be "Main Profile".
Comment 1 XuGuangxin 2014-01-03 05:21:01 UTC
I will fix this after #719691 fixed
Comment 2 Gwenole Beauchesne 2014-01-13 16:38:17 UTC
commit e311d53c8a18eb6b3fff2648a42d17c2e87d7b35
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Mon Jan 13 16:56:04 2014 +0100

    encoder: mpeg2: derive profile and level from active coding tools.
    
    Automatically derive the minimum profile and level to be used for
    encoding, based on the activated coding tools. Improve lookup for
    the best suitable level with the new MPEG-2 helper functions.
    
    Also change the default profile to "simple" so that to ensure maximum
    compatibility when the stream is decoded.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719703