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 609049 - [splitfilesrc] Implement splitfile:// URI handler
[splitfilesrc] Implement splitfile:// URI handler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal enhancement
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-05 08:37 UTC by Praveen Thirukonda
Modified: 2012-06-17 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
splitfilesrc: Implement splifile:// URI scheme (4.33 KB, patch)
2012-06-16 18:39 UTC, Bastien Nocera
committed Details | Review

Description Praveen Thirukonda 2010-02-05 08:37:12 UTC
if one uses a software like hjsplit and many others to split video files into like 
abc.avi.001
abc.avi.002

etc. totem can play only the first one ie 001 and the rest totem is not able to play.

VLC for eg when the first file is opened in it, then it loads the whole length video ie all the the files from .001 to .00x
The total video length is also shown in the timeline.

Files in this format are commonly found on the net.
Comment 1 Bastien Nocera 2012-04-19 17:32:26 UTC
Once this is fixed:
---8<---
/* TODO:
 *  - implement splitfile:// URI handler?
---8<---

In gst-plugins-good/gst/multifile/gstsplitfilesrc.c

Then you could do:
totem splitfile:///path/to/all/abc.avi.*
Comment 2 Bastien Nocera 2012-06-16 18:39:55 UTC
Created attachment 216587 [details] [review]
splitfilesrc: Implement splifile:// URI scheme
Comment 3 Tim-Philipp Müller 2012-06-17 00:01:48 UTC
commit d8e542958f6accdb6dc1364fdc6a56f874245d8a
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sat Jun 16 23:29:41 2012 +0100

    splitfilesrc: small uri handler fixup and some more docs
    
    Get URI location using gst_uri_get_location(), so any
    escaped bits get unescaped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609049

commit 712c82d110315d400fd955335963217c39401557
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 16 19:06:25 2012 +0100

    splitfilesrc: Implement splifile:// URI scheme
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609049