gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// URI...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 12 Feb 2007 10:29:57 +0000 (10:29 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 12 Feb 2007 10:29:57 +0000 (10:29 +0000)
commit84c6815cf7dc6ecf427a508b3ca5e562440e40c3
tree4407c28732f32140fcf134d76a72d3a74120a777
parent4b58be7f41d5e0c3661587e0d4813208a3d3032e
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.
ChangeLog
gst/debug/Makefile.am
gst/debug/gstdebug.c
gst/debug/gstpushfilesrc.c [new file with mode: 0644]
gst/debug/gstpushfilesrc.h [new file with mode: 0644]