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 648002 - [0.11] [h264parse] Remove old, non-base-parse version
[0.11] [h264parse] Remove old, non-base-parse version
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-17 09:58 UTC by Sebastian Dröge (slomo)
Modified: 2012-02-08 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2011-04-17 09:58:07 UTC
See summary
Comment 1 Tim-Philipp Müller 2011-04-24 13:56:23 UTC
Let's do this after the release.

Keeping the legacy element around allows people to revert to that in case there are regressions. Also, it has an output-format property which the new one does not have, and IIRC there's a known issue with negotiation based on output caps in a dynamic-plugging context.
Comment 2 Mark Nauwelaerts 2011-09-08 16:59:58 UTC
Is there something more known on this known issue, so it may be fixed and/or made to handle by the new h264parse ?
Comment 3 Tim-Philipp Müller 2012-02-08 20:13:47 UTC
> Is there something more known on this known issue, so it may be fixed and/or
> made to handle by the new h264parse ?

Don't remember any more, I'm afraid. May be fixed by now of course.

Removed legacyh264parse in 0.11. Feel free to also remove it from master if you want to kill it. I'm happy to just let it fizzle out in 0.10.

 commit 8765068879331b2f911d70ee88baa36c4217aec2
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Wed Feb 8 20:09:39 2012 +0000

    Remove legacyh264parse element
    
    One h264 parser ought to be enough for anybody.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648002