diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-18 09:35:28 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-18 09:35:28 +0000 |
commit | d337dda7363352c89369fcae3bb0db898b092a5b (patch) | |
tree | 22fcdb0916c5445e7cb76d6dbec187ee61c63289 /ChangeLog | |
parent | 0df2cb85cc918ceba8276c54a3d9803696fafe2b (diff) | |
download | gst-plugins-bad-d337dda7363352c89369fcae3bb0db898b092a5b.tar.gz gst-plugins-bad-d337dda7363352c89369fcae3bb0db898b092a5b.tar.bz2 gst-plugins-bad-d337dda7363352c89369fcae3bb0db898b092a5b.zip |
ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_in...
Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
_do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
* ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
_do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
* ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
_do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
GST_DEBUG_FUNCPTR and add log-category.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-05-18 Stefan Kost <ensonic@users.sf.net> + + * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, + _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init): + * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT, + _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init): + * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT, + _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init): + First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS, + GST_DEBUG_FUNCPTR and add log-category. + 2007-05-17 Edward Hervey <edward@fluendo.com> * sys/osxvideo/osxvideosink.h: |