[Bug 560631] [tsdemux] Handle carousel data (MHP, MHEG, ...)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 6 23:39:46 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=560631
  GStreamer | gst-plugins-bad | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.2

--- Comment #4 from Edward Hervey <bilboed at gmail.com> 2013-07-07 06:39:40 UTC ---
I'm going to say this bug is closed with the following fix. All the information
needed for an application to handle MHP/MHEG/HBBTV/... is now posted on the
bus.


commit 1c96c79b88cce303bf02fe9b2723d09c6caa938c
Author: Edward Hervey <edward at collabora.com>
Date:   Sat Jul 6 14:50:52 2013 +0200

    mpegtsdemux: Handle private section streams

    Until now we simply ignored those streams (since we couldn't do anything
    with it anyway). Now that we have the mpegts library and we offload the
    section handling to the application side we can properly identify and
    extract them.

    By default it is disabled for tsparse and enabled for tsdemux, but there is
    a property to change that.

    This should open the way to properly handle all private section streams,
    including:
    * DSM-CC
    * MHEG
    * Carousel data
    * Metadata streams (though I haven't seen any of those in the wild)
    * ... And all other specs/protocols making use of those

    Partially fixes #560631

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


More information about the gstreamer-bugs mailing list