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 724981 - mpegts: Add support for creation of SDT and service descriptor
mpegts: Add support for creation of SDT and service descriptor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-22 22:46 UTC by Jesper Larsen
Modified: 2014-02-25 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegts: Add transport_stream_id to GstMpegTsSDT (1.63 KB, patch)
2014-02-22 22:46 UTC, Jesper Larsen
committed Details | Review
mpegts: Add constructor for dvb service descriptor (3.31 KB, patch)
2014-02-22 22:46 UTC, Jesper Larsen
none Details | Review
mpegts: Add support for creation of SDT (6.04 KB, patch)
2014-02-22 22:46 UTC, Jesper Larsen
committed Details | Review
mpegts: Add constructor for dvb service descriptor (3.31 KB, patch)
2014-02-25 09:33 UTC, Jesper Larsen
none Details | Review
docs: mpegts: Add new SDT API (1.04 KB, patch)
2014-02-25 09:34 UTC, Jesper Larsen
committed Details | Review
mpegts: Add constructor for dvb service descriptor (3.57 KB, patch)
2014-02-25 11:26 UTC, Jesper Larsen
committed Details | Review
test: mpegts: Add check for SDT (6.58 KB, patch)
2014-02-25 11:27 UTC, Jesper Larsen
committed Details | Review

Description Jesper Larsen 2014-02-22 22:46:00 UTC
Created attachment 270016 [details] [review]
mpegts: Add transport_stream_id to GstMpegTsSDT

Patches that will enable creation of SDT and service descriptors in the mpegts library.
Comment 1 Jesper Larsen 2014-02-22 22:46:26 UTC
Created attachment 270017 [details] [review]
mpegts: Add constructor for dvb service descriptor
Comment 2 Jesper Larsen 2014-02-22 22:46:50 UTC
Created attachment 270018 [details] [review]
mpegts: Add support for creation of SDT
Comment 3 Jesper Larsen 2014-02-25 09:33:41 UTC
Created attachment 270233 [details] [review]
mpegts: Add constructor for dvb service descriptor

Fix a typo in the gtkdoc description
Comment 4 Jesper Larsen 2014-02-25 09:34:08 UTC
Created attachment 270234 [details] [review]
docs: mpegts: Add new SDT API
Comment 5 Jesper Larsen 2014-02-25 11:26:39 UTC
Created attachment 270252 [details] [review]
mpegts: Add constructor for dvb service descriptor

Added checks for string lengths, and reorder the arguments to fit the parse function
Comment 6 Jesper Larsen 2014-02-25 11:27:02 UTC
Created attachment 270253 [details] [review]
test: mpegts: Add check for SDT
Comment 7 Edward Hervey 2014-02-25 13:43:18 UTC
Pushed, thanks.