[Bug 690934] New: tsdemux: setting program-number has no effect

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 31 23:36:54 PST 2012


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

           Summary: tsdemux: setting program-number has no effect
    Classification: Platform
           Product: GStreamer
           Version: 1.0.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: douglas at halo.gen.nz
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Setting the program-number doesn't set the output program.  Instead it seems
the first found program is used.

The full log for all elements (attached) shows the program-number being
correctly parsed and all, but when tsdemux is first confronted with a candidate
program, program-number is always -1, meaning unspecified. That first found
program sets the program-number, staving off all others including the actually
requested program. Thus:

$ GST_DEBUG=tsdemux:5  gst-launch-1.0 dvbsrc bandwidth=8 frequency=578000000 \
    ! tsdemux name=demux program-number=1200 demux. ! queue ! fakesink

[...]
0:00:01.468676528 21922      0x20a1680 DEBUG                tsdemux
tsdemux.c:1107:gst_ts_demux_program_started: Current program -1, new program
1205
0:00:01.469441868 21922      0x20a1680 DEBUG                tsdemux
tsdemux.c:1107:gst_ts_demux_program_started: Current program 1205, new program
1200
0:00:01.469967816 21922      0x20a1680 DEBUG                tsdemux
tsdemux.c:1107:gst_ts_demux_program_started: Current program 1205, new program
1202
[...]

This is using Ubuntu 12.10 packages, with both the default 1.0.1 and
1.0.3-1ubuntu1~ubuntu12.10.1~ppa1 from the gstreamer-developers ppa.

-- 
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