summaryrefslogtreecommitdiffstats
path: root/gst/debug/gstpushfilesrc.c
Commit message (Collapse)AuthorAgeFilesLines
* gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// ↵Tim-Philipp Müller2007-02-121-0/+205
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.