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 727187 - mpegts: add data broadcast descriptor, stream indentifier descriptor
mpegts: add data broadcast descriptor, stream indentifier descriptor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-27 20:25 UTC by Stefan Ringel
Modified: 2014-03-31 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add stream identifier descriptor (2.46 KB, patch)
2014-03-27 20:25 UTC, Stefan Ringel
none Details | Review
add data broadcast descriptor (3.91 KB, patch)
2014-03-27 20:25 UTC, Stefan Ringel
none Details | Review
use GST_READ_UINT32_BE (930 bytes, patch)
2014-03-27 20:26 UTC, Stefan Ringel
none Details | Review

Description Stefan Ringel 2014-03-27 20:25:04 UTC
Created attachment 273110 [details] [review]
add stream identifier descriptor

mpegts: add data broadcast descriptor, stream indentifier descriptor
Comment 1 Stefan Ringel 2014-03-27 20:25:32 UTC
Created attachment 273111 [details] [review]
add data broadcast descriptor
Comment 2 Stefan Ringel 2014-03-27 20:26:06 UTC
Created attachment 273112 [details] [review]
use GST_READ_UINT32_BE
Comment 3 Edward Hervey 2014-03-31 13:01:42 UTC
commit d108fe7ee1f6fd925f02dc731b26bbc75600ea23
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Thu Mar 27 21:22:32 2014 +0100

    mpegts: use GST_READ_UINT32_BE
    
    Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727187

commit 8b8ceb2dd912e86c176aaaa0c4f716a9d9963e93
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Thu Mar 27 21:21:23 2014 +0100

    mpegts: add parsing data broadcast descriptor
    
    Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727187

commit f8b7a130cc51752c06a538848aa1c27770f4dee3
Author: Stefan Ringel <linuxtv@stefanringel.de>
Date:   Thu Mar 27 21:18:36 2014 +0100

    mpegts: add parsing stream identifier
    
    Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727187