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 586305 - new mpegvideoparse2 element
new mpegvideoparse2 element
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-18 19:52 UTC by Carl-Anton Ingmarsson
Modified: 2011-05-20 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carl-Anton Ingmarsson 2009-06-18 19:52:53 UTC
I've created a new mpegvideoparse element in my work at implementing vdpau. It's based on a heavily modified GstBaseVideoParse base class and supports among other things seeking and timestamping of untimestamped buffers.

The code can be found at: http://github.com/satis/gst-plugins-bad/tree/mpegvideoparse2
Comment 1 Sebastian Dröge (slomo) 2011-05-20 06:53:48 UTC
Is this a complete replacement of the mpegvideoparse element? Could you attach a patch against gst-plugins-bad that adds this element to the videoparsers plugin?

If it is a replacement for mpegvideoparse, please name it mpegvideoparse and we'll get the existing mpegvideoparse plugin removed.
Comment 2 Tim-Philipp Müller 2011-05-20 12:51:23 UTC
We'd now want one based on the new GstBaseParse in core though :)

Best to also check with Mark first, he might be working on porting the old one already..
Comment 3 Mark Nauwelaerts 2011-05-20 13:09:49 UTC
Indeed, and that one is nearly finished in fact ...
Comment 4 Carl-Anton Ingmarsson 2011-05-20 14:32:02 UTC
I haven't worked any more on this, so i'd say this bug should be closed.
Comment 5 Tim-Philipp Müller 2011-05-20 14:40:54 UTC
Alright, sorry we didn't get to it sooner :)