diff options
author | David Schleef <ds@schleef.org> | 2007-03-03 08:16:57 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-03-03 08:16:57 +0000 |
commit | 50fdeffe760c39ca68ad4b83d678af0786970cbd (patch) | |
tree | 11469e52fa3e3472deceaa377080852fdf904e9e /ChangeLog | |
parent | 72ef9a10a8a9895c72911d23c983bf7d243847db (diff) | |
download | gst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.tar.gz gst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.tar.bz2 gst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.zip |
Move the app library to gst-libs/gst/app (duh!)
Original commit message from CVS:
* Makefile.am:
* configure.ac:
* ext/Makefile.am:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/gstapp.c:
* gst-libs/gst/app/gstappsrc.c:
* gst-libs/gst/app/gstappsrc.h:
* gst/app/Makefile.am:
* gst/app/gstapp.c:
* gst/app/gstappsrc.c:
* gst/app/gstappsrc.h:
Move the app library to gst-libs/gst/app (duh!)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2007-03-03 David Schleef <ds@schleef.org> + + * Makefile.am: + * configure.ac: + * ext/Makefile.am: + * gst-libs/gst/Makefile.am: + * gst-libs/gst/app/Makefile.am: + * gst-libs/gst/app/gstapp.c: + * gst-libs/gst/app/gstappsrc.c: + * gst-libs/gst/app/gstappsrc.h: + * gst/app/Makefile.am: + * gst/app/gstapp.c: + * gst/app/gstappsrc.c: + * gst/app/gstappsrc.h: + Move the app library to gst-libs/gst/app (duh!) + 2007-03-02 Christian Schaller <christian at fluendo dot com> Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com> |