[gstreamer-bugs] [Bug 587877] New: File not playing with Playbin.where as playback fine with gst-launch-0.10 filesrc ! MyFilter

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 6 04:20:47 PDT 2009


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

  GStreamer | gstreamer (core) | Ver: 0.10.22
           Summary: File not playing with Playbin.where as playback fine
                    with gst-launch-0.10 filesrc ! MyFilter
           Product: GStreamer
           Version: 0.10.22
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sriram482 at yahoo.co.in
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.25/2.26
   GNOME milestone: Unspecified


Please describe the problem:
I am Implementing a filter which takes the data and demultiplex it, decodes and
renders data. My requirement is all above three (Demultiplex, Decoding,
Rendering) should be happen in one filter. For that i am implemented one filter
and i am able to successfully test with following command

gst-launch-0.10 filesrc location=/home/sample_mpeg4.mp4 ! myfilter
log:
Setting pipeline to PAUSED ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 5196977559 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...


Issue is when same file playing with playbin means following command

gst-launch-0.10 playbin uri=file:///home/sample_mpeg4.mp4

Log:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

then pipeline is hanging.

what can be the Issue ? What playbin is expecting from myfilter point of view ?
Please anyone help me to solve this problem.


Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?
Yes

Other information:


-- 
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=587877.




More information about the Gstreamer-bugs mailing list