[gst-devel] Pipeline stalls

Michael Smith msmith at xiph.org
Wed Sep 23 22:29:26 CEST 2009


On Wed, Sep 23, 2009 at 1:18 PM, Sitanshu Nanavati <sitanshu at gmail.com> wrote:
> Are you looking for the pipeline construction command-line?
> $ gst-launch filesrc location=/my/home/audio.wma ! ffdemux_asf !
> my_wma_decoder ! my_sink

You shouldn't use ffdemux_asf. Use asfdemux instead.

If it _still_ doesn't work, then it's almost certainly a bug in your
wma decoder plugin - that we don't have any information about, so we
can't help you with it.

The glib assertion failures you showed suggested that you didn't
create/register the gobject for your WMA decoder element correctly.

Mike




More information about the gstreamer-devel mailing list