diff options
author | Thiago Sousa Santos <thiagossantos@gmail.com> | 2008-11-08 02:00:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-11-08 02:00:58 +0000 |
commit | e8d0f5e3b34d1657a0afe7af421d349faca216ee (patch) | |
tree | 06964dc59f8be5bea086a5c98a9183a002e0174d /ChangeLog | |
parent | 5e8f80a9f5d1a9528ff016f05ef62da24f2b546a (diff) | |
download | gst-plugins-bad-e8d0f5e3b34d1657a0afe7af421d349faca216ee.tar.gz gst-plugins-bad-e8d0f5e3b34d1657a0afe7af421d349faca216ee.tar.bz2 gst-plugins-bad-e8d0f5e3b34d1657a0afe7af421d349faca216ee.zip |
Copy qtmux from revision 148 of the gst-qtmux repository.
Original commit message from CVS:
patch by: Thiago Sousa Santos <thiagossantos@gmail.com>
* configure.ac:
* gst/qtmux/Makefile.am:
* gst/qtmux/atoms.c:
* gst/qtmux/atoms.h:
* gst/qtmux/descriptors.c:
* gst/qtmux/descriptors.h:
* gst/qtmux/fourcc.h:
* gst/qtmux/ftypcc.h:
* gst/qtmux/gstqtmux.c:
* gst/qtmux/gstqtmux.h:
* gst/qtmux/gstqtmuxmap.c:
* gst/qtmux/gstqtmuxmap.h:
* gst/qtmux/properties.c:
* gst/qtmux/properties.h:
Copy qtmux from revision 148 of the gst-qtmux repository.
Fixes #550280.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2008-11-07 David Schleef <ds@schleef.org> + + patch by: Thiago Sousa Santos <thiagossantos@gmail.com> + + * configure.ac: + * gst/qtmux/Makefile.am: + * gst/qtmux/atoms.c: + * gst/qtmux/atoms.h: + * gst/qtmux/descriptors.c: + * gst/qtmux/descriptors.h: + * gst/qtmux/fourcc.h: + * gst/qtmux/ftypcc.h: + * gst/qtmux/gstqtmux.c: + * gst/qtmux/gstqtmux.h: + * gst/qtmux/gstqtmuxmap.c: + * gst/qtmux/gstqtmuxmap.h: + * gst/qtmux/properties.c: + * gst/qtmux/properties.h: + Copy qtmux from revision 148 of the gst-qtmux repository. + Fixes #550280. + 2008-11-07 Wim Taymans <wim.taymans@collabora.co.uk> * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init), |