From 84c6815cf7dc6ecf427a508b3ca5e562440e40c3 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 12 Feb 2007 10:29:57 +0000 Subject: 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9b2614f..ed2e9b00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-02-12 Tim-Philipp Müller + + * 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 * gst/avi/gstavimux.c: -- cgit