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 731176 - filesrc: fails when using fifos
filesrc: fails when using fifos
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-03 20:27 UTC by Olivier Crête
Modified: 2014-11-08 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
filesrc: Ignore seek error on non-seekable files (1.19 KB, patch)
2014-06-03 20:27 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2014-06-03 20:27:52 UTC
Created attachment 277830 [details] [review]
filesrc: Ignore seek error on non-seekable files

filesrc doesn't work for non-seekable files, there is a bug in the test for seekability.
Comment 1 Olivier Crête 2014-06-23 20:32:56 UTC
no one yelled, so merged:

commit f53a8a85a7345678acfd24612aa8db777e905b5d
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Mon Jun 2 22:07:52 2014 -0400

    filesrc: Ignore seek error on non-seekable files
    
    This make it works with FIFOs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731176