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 724034 - mpegts: parse extended event, component and content descriptors
mpegts: parse extended event, component and content descriptors
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 672538 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-02-10 13:55 UTC by Stefan Ringel
Modified: 2014-05-12 07:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add extended event descriptor parsing (2.66 KB, patch)
2014-02-10 13:55 UTC, Stefan Ringel
needs-work Details | Review
add component descriptor parsing (2.12 KB, patch)
2014-02-10 13:56 UTC, Stefan Ringel
needs-work Details | Review
add content descriptor parsing (2.74 KB, patch)
2014-02-10 13:56 UTC, Stefan Ringel
needs-work Details | Review
bugfix parsing items (2.72 KB, patch)
2014-02-11 07:53 UTC, Stefan Ringel
rejected Details | Review
add parse extended descriptor (3.53 KB, patch)
2014-02-16 09:47 UTC, Stefan Ringel
committed Details | Review
add parse component descriptor (2.19 KB, patch)
2014-02-16 09:47 UTC, Stefan Ringel
committed Details | Review
add parse content descriptor (2.86 KB, patch)
2014-02-16 09:48 UTC, Stefan Ringel
committed Details | Review

Description Stefan Ringel 2014-02-10 13:55:07 UTC
Created attachment 268674 [details] [review]
Add extended event descriptor parsing

add a few descriptor parsing methods
Comment 1 Stefan Ringel 2014-02-10 13:56:04 UTC
Created attachment 268675 [details] [review]
add component descriptor parsing
Comment 2 Stefan Ringel 2014-02-10 13:56:40 UTC
Created attachment 268676 [details] [review]
add content descriptor parsing
Comment 3 Stefan Ringel 2014-02-11 07:53:43 UTC
Created attachment 268769 [details] [review]
bugfix parsing items
Comment 4 Stefan Ringel 2014-02-15 08:08:14 UTC
Can you add these patches? It's importent for gnome-dvb-deamon project.
Comment 5 Sebastian Dröge (slomo) 2014-02-16 09:23:01 UTC
Comment on attachment 268769 [details] [review]
bugfix parsing items

Please squash this into the other patches
Comment 6 Stefan Ringel 2014-02-16 09:47:22 UTC
Created attachment 269283 [details] [review]
add parse extended descriptor
Comment 7 Stefan Ringel 2014-02-16 09:47:59 UTC
Created attachment 269284 [details] [review]
add parse component descriptor
Comment 8 Stefan Ringel 2014-02-16 09:48:33 UTC
Created attachment 269285 [details] [review]
add parse content descriptor
Comment 9 Sebastian Dröge (slomo) 2014-02-17 07:56:42 UTC
commit beb31d127b6b5bf392f211ae46d07931c277cafe
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Sun Feb 16 10:45:21 2014 +0100

    mpegts: Add support for content descriptor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724034

commit 792fc1cf01d15bf531c05fba63cb6a24607f4feb
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Sun Feb 16 10:44:55 2014 +0100

    mpegts: Add support for component descriptor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724034

commit 347ac5fbd79a94764494c38b71bd75b4887e3597
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Sun Feb 16 10:43:52 2014 +0100

    mpegts: Add support for extended event desriptor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724034
Comment 10 Edward Hervey 2014-05-12 07:46:19 UTC
*** Bug 672538 has been marked as a duplicate of this bug. ***