[gstreamer-bugs] [Bug 587877] 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 05:38:35 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

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INCOMPLETE
   Target Milestone|HEAD                        |NONE




------- Comment #3 from Tim-Philipp Müller  2009-07-06 12:38 UTC -------
Some issues to check:

 - your element needs to have a rank >= GST_RANK_MARGINAL
   (when you do gst_element_register())

 - your element's klass description string needs to include
   the right keywords (gst_element_details_set*())

 - the pad template of your element's sink pad needs to
   contain the right caps, so playbin/decodebin can see
   that it supports the type

On a side note, your manual pipeline should error out with a not-linked
internal flow error (since there's no sink connected to your filter); if it
doesn't do that, you are probably not passing the flow return value from
pad_push() upstream by returning it in your chain function.


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