After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 369452 - fdsrc doesn't support pull mode
fdsrc doesn't support pull mode
Status: RESOLVED DUPLICATE of bug 336465
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.10
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-02 15:02 UTC by Damien Genet
Modified: 2006-11-02 18:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Damien Genet 2006-11-02 15:02:50 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:
Comment 1 Tim-Philipp Müller 2006-11-02 18:02:17 UTC
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 ***