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 728429 - mpegts: add multilingual descriptors
mpegts: add multilingual descriptors
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-17 16:02 UTC by Stefan Ringel
Modified: 2014-05-27 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add multilingual network name descriptor (4.52 KB, patch)
2014-04-17 16:21 UTC, Stefan Ringel
committed Details | Review
add multilingual bouquet name descriptor (4.53 KB, patch)
2014-04-17 16:21 UTC, Stefan Ringel
committed Details | Review
add multilingual service name descriptor (4.75 KB, patch)
2014-04-17 16:22 UTC, Stefan Ringel
committed Details | Review
add multilingual component descriptor (4.66 KB, patch)
2014-04-17 16:22 UTC, Stefan Ringel
committed Details | Review
example: add support for dvb multilingual network name descriptor (1.70 KB, patch)
2014-05-26 18:42 UTC, Stefan Ringel
committed Details | Review
example: add support for dvb multilingual bouquet name descriptor (1.71 KB, patch)
2014-05-26 18:42 UTC, Stefan Ringel
committed Details | Review
example: add support for dvb multilingual service name descriptor (1.82 KB, patch)
2014-05-26 18:43 UTC, Stefan Ringel
committed Details | Review
example: add support for dvb multilingual component descriptor (1.84 KB, patch)
2014-05-26 18:43 UTC, Stefan Ringel
committed Details | Review

Description Stefan Ringel 2014-04-17 16:02:57 UTC
add multilingual network name descriptor
add multilingual bouquet name descriptor
add multilingual service name descriptor
add multilingual component descriptor
Comment 1 Stefan Ringel 2014-04-17 16:21:30 UTC
Created attachment 274616 [details] [review]
add multilingual network name descriptor
Comment 2 Stefan Ringel 2014-04-17 16:21:56 UTC
Created attachment 274617 [details] [review]
add multilingual bouquet name descriptor
Comment 3 Stefan Ringel 2014-04-17 16:22:21 UTC
Created attachment 274618 [details] [review]
add multilingual service name descriptor
Comment 4 Stefan Ringel 2014-04-17 16:22:50 UTC
Created attachment 274619 [details] [review]
add multilingual component descriptor
Comment 5 Edward Hervey 2014-05-26 09:58:57 UTC
Please provide support to the ts-parser example so we can validate they work as expected.
Comment 6 Stefan Ringel 2014-05-26 18:42:06 UTC
Created attachment 277242 [details] [review]
example: add support for dvb multilingual network name descriptor
Comment 7 Stefan Ringel 2014-05-26 18:42:42 UTC
Created attachment 277243 [details] [review]
example: add support for dvb multilingual bouquet name descriptor
Comment 8 Stefan Ringel 2014-05-26 18:43:09 UTC
Created attachment 277244 [details] [review]
example: add support for dvb multilingual service name descriptor
Comment 9 Stefan Ringel 2014-05-26 18:43:39 UTC
Created attachment 277245 [details] [review]
example: add support for dvb multilingual component descriptor
Comment 10 Stefan Ringel 2014-05-27 12:41:38 UTC
(In reply to comment #5)
> Please provide support to the ts-parser example so we can validate they work as
> expected.

Yeh, I'm looking into ts-parser for missed descriptors and tables and adding it. For future ones I'm sending it with the descriptor/table parsing patches. Have you ts-files with section tables and descriptors for Atsc, Isdb and also for the multilingual descriptors? My broadcasters (dvb-t: media broadcast, dvb-c: Kabel Deutschland) haven't it.
Comment 11 Edward Hervey 2014-05-27 14:20:02 UTC
There was a bug (already present also) with memcpy usage. I fixed that and pushed everything.