GNOME Bugzilla – Bug 609049
[splitfilesrc] Implement splitfile:// URI handler
Last modified: 2012-06-17 00:02:07 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.
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.*
Created attachment 216587 [details] [review] splitfilesrc: Implement splifile:// URI scheme
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