GNOME Bugzilla – Bug 369452
fdsrc doesn't support pull mode
Last modified: 2006-11-02 18:02:17 UTC
Please describe the problem: fdsrc doesn't support pull mode Steps to reproduce: gst-launch-0.10 fdsrc fd=0 ! decodebin ! fakesink < foo.avi Actual results: Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /pipeline0/decodebin0/typefind: GstAviDemux cannot work in push mode. The operation is not supported with this source element or protocol. Additional debug info: gsttypefindelement.c(442): stop_typefinding (): /pipeline0/decodebin0/typefind: Downstream pad avidemux0:sink has no chainfunction, and the upstream element does not support pull mode ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... Expected results: everything workrs fine when using filesrc Does this happen every time? Other information:
I'm assuming you're not really interested in fdsrc, but all you want is streaming support for .avi, so marking this as a duplicate of #336465. This is fixed in gst-plugins-good CVS. *** This bug has been marked as a duplicate of 336465 ***