splitfilesrc: fix up docs for 0.11

This commit is contained in:
Tim-Philipp Müller 2012-06-17 01:00:40 +01:00
parent 3b94e44571
commit b6da022417

View file

@ -35,7 +35,7 @@
* gst-launch splitfilesrc location="/path/to/part-*.mpg" ! decodebin ! ... * gst-launch splitfilesrc location="/path/to/part-*.mpg" ! decodebin ! ...
* ]| Plays the different parts as if they were one single MPEG file. * ]| Plays the different parts as if they were one single MPEG file.
* |[ * |[
* gst-launch playbin2 uri="splitfile://path/to/foo.avi.*" * gst-launch playbin uri="splitfile://path/to/foo.avi.*"
* ]| Plays the different parts as if they were one single AVI file. * ]| Plays the different parts as if they were one single AVI file.
* </refsect2> * </refsect2>
* *