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 658436 - [diracparse/schro/dirac] Use strings for profile/level in the caps
[diracparse/schro/dirac] Use strings for profile/level in the caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.13
Other Linux
: Normal normal
: 0.11.x
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-07 09:11 UTC by Sebastian Dröge (slomo)
Modified: 2012-09-03 18:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2011-09-07 09:11:33 UTC
Other codecs use strings for the profiles and levels while diracparse doesn't. strings allow to understand the caps without reading the dirac spec and don't cause any large additional cost.
Comment 1 Tim-Philipp Müller 2012-09-03 18:31:24 UTC
commit 39ca8d05d9699c5921c8ad8c8fd4ea57826a5828
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Mon Sep 3 12:33:51 2012 +0100

    diracparse: use strings for profile and level in caps
    
    For consistency with most other formats.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658436


commit 9e53df7667fd0eb506b4257a60588524524febee
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Mon Sep 3 13:58:16 2012 +0100

    diracparse: fix main profile mapping


commit bc93340fd4cb3893ce2b0ff9ea87201588d8546e
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Mon Sep 3 14:04:40 2012 +0100

    schroenc: configure profile/level from allowed downstream caps instead of properties
    
    This is how it's done elsewhere and works better with encodebin.
    
    Removes "force-profile" property, read-only "profile" property and
    "level" property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670608