diff options
author | David Schleef <ds@schleef.org> | 2004-02-04 19:45:31 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-04 19:45:31 +0000 |
commit | a7e425d2e57c05f6739eb64825faaa44a73d5b1a (patch) | |
tree | aff4eebcd6189c87b1560a01c6e002e4318edd18 /ChangeLog | |
parent | 6866a3cb7bad4032bb828bd0bd207f2af22ea378 (diff) | |
download | gst-plugins-bad-a7e425d2e57c05f6739eb64825faaa44a73d5b1a.tar.gz gst-plugins-bad-a7e425d2e57c05f6739eb64825faaa44a73d5b1a.tar.bz2 gst-plugins-bad-a7e425d2e57c05f6739eb64825faaa44a73d5b1a.zip |
Convert GST_DEBUG_CAPS() to GST_DEBUG():
Original commit message from CVS:
Convert GST_DEBUG_CAPS() to GST_DEBUG():
* gst/mpeg1videoparse/gstmp1videoparse.c:
(mp1videoparse_parse_seq):
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
* sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
* sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
(gst_xvideosink_getcaps):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
* testsuite/gst-lint: more tests
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2004-02-04 David Schleef <ds@schleef.org> + Convert GST_DEBUG_CAPS() to GST_DEBUG(): + * gst/mpeg1videoparse/gstmp1videoparse.c: + (mp1videoparse_parse_seq): + * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream): + * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps): + * sys/xvideo/gstxwindow.c: (_gst_xwindow_new): + * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect), + (gst_xvideosink_getcaps): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): + * testsuite/gst-lint: more tests + +2004-02-04 David Schleef <ds@schleef.org> + Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code that they would expand to. * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats), |