[gstreamer-bugs] [Bug 480222] New: mpegdemux does not emit no-more-pads signal

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Sep 25 07:06:57 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=480222

  GStreamer | gst-plugins-ugly | Ver: 0.10.6
           Summary: mpegdemux does not emit no-more-pads signal
           Product: GStreamer
           Version: 0.10.6
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: wouter at mind.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
The mpegdemux plug-in does not invoke a registered callback for "no-more-pads"
once the video and audio source pads have been created. My test case is playing
an MPEG-1 video file.

Steps to reproduce:
I set up the following chain from a program:

gst-launch gnomevfssrc location=file:///home/zombie/download/mpeg/tripping.mpg
! mpegdemux name=demux  demux.audio_00 ! fakesink   demux.video_00 ! queue !
mpeg2dec ! ffmpegcolorspace ! videoscale ! xvimagesink


Actual results:


Expected results:


Does this happen every time?


Other information:
qtdemux does do this fine. I tried to look in the sources (current svn) and I
can see this being emitted for dvddemux in the same directory. It's not clear
to me when the signal should be emitted though, as there are also private
stream sources. How does one know when there will really be no more pads
created...?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=480222.




More information about the Gstreamer-bugs mailing list