diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-02-12 10:29:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-02-12 10:29:57 +0000 |
commit | 84c6815cf7dc6ecf427a508b3ca5e562440e40c3 (patch) | |
tree | 4407c28732f32140fcf134d76a72d3a74120a777 /ChangeLog | |
parent | 4b58be7f41d5e0c3661587e0d4813208a3d3032e (diff) |
gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// URI handler, to make debugging push-mode...
Original commit message from CVS:
* gst/debug/Makefile.am:
* gst/debug/gstdebug.c: (plugin_init):
* gst/debug/gstpushfilesrc.c:
* gst/debug/gstpushfilesrc.h:
Add code for a pushfilesrc element that implements a pushfile:// URI
handler, to make debugging push-mode operation of demuxer/decoders
that support both easier in connection with seek/playbin/etc.
The element isn't registered at the moment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-02-12 Tim-Philipp Müller <tim at centricular dot net> + + * gst/debug/Makefile.am: + * gst/debug/gstdebug.c: (plugin_init): + * gst/debug/gstpushfilesrc.c: + * gst/debug/gstpushfilesrc.h: + Add code for a pushfilesrc element that implements a pushfile:// URI + handler, to make debugging push-mode operation of demuxer/decoders + that support both easier in connection with seek/playbin/etc. + The element isn't registered at the moment. + 2007-02-11 Sébastien Moutte <sebastien@moutte.net> * gst/avi/gstavimux.c: |