diff options
author | David Schleef <ds@schleef.org> | 2007-02-26 21:01:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-02-26 21:01:03 +0000 |
commit | 5fd12e6daebda436c405f9c7d3cb7561b492e9ab (patch) | |
tree | 35b1b15e783f9f5806f2f79b7c8a7e740c9b1ba7 /ChangeLog | |
parent | 13f01565870862c80e9485ebaf4a9e95ff2cea58 (diff) | |
download | gst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.tar.gz gst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.tar.bz2 gst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.zip |
Add a new plugin/library to make it easy for apps to shove data into a pipeline.
Original commit message from CVS:
* configure.ac:
* gst/app/Makefile.am:
* gst/app/gstapp.c:
* gst/app/gstappsrc.c:
* gst/app/gstappsrc.h:
Add a new plugin/library to make it easy for apps to shove
data into a pipeline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-02-26 David Schleef <ds@schleef.org> + + * configure.ac: + * gst/app/Makefile.am: + * gst/app/gstapp.c: + * gst/app/gstappsrc.c: + * gst/app/gstappsrc.h: + Add a new plugin/library to make it easy for apps to shove + data into a pipeline. + 2007-02-26 Tim-Philipp Müller <tim at centricular dot net> * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init): |