[Webkit-unassigned] [Bug 122001] [GStreamer] Expose MPEG-TS metadata

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 11:49:33 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122001





--- Comment #2 from Brendan Long <b.long at cablelabs.com>  2013-09-30 11:48:30 PST ---
Is there a better way to check if a GstMessage has MPEG-TS section data than to try to parse it? I'm currently doing this:


    GstMpegTsSection* section = gst_message_parse_mpegts_section(message);
    if (section) {
        processMpegTsSections(section);
        gst_mpegts_section_unref(section);
    }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list