GNOME Bugzilla – Bug 627253
[mpegtsparse] Post tags of channel and currently running event
Last modified: 2010-10-28 10:55:08 UTC
Created attachment 168190 [details] [review] Initial version This patch gets the channel's name from the SDT and puts it in the ARTIST tag, the title and the duration of the currently running show are retrieved from the EIT. Not sure if I should lock access to program->tspad->tags. In addition the ARTIST tag might not be the best choice for the channel's name.
Created attachment 169044 [details] [review] Improved patch I did some minor changes to the patch: - Check if event's name is not NULL - Free GstTagList in mpegts_parse_destroy_tspad
Review of attachment 169044 [details] [review]: looks good
Review of attachment 169044 [details] [review]: committed