summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-04 19:28:51 +0000
committerDavid Schleef <ds@schleef.org>2004-02-04 19:28:51 +0000
commit6866a3cb7bad4032bb828bd0bd207f2af22ea378 (patch)
tree0b63ffeb46413fa9688e979290fb43c1837f1442
parent5b4bc6a1803d58bf80a7d8c5d33f571a06a5d274 (diff)
downloadgstreamer-plugins-bad-6866a3cb7bad4032bb828bd0bd207f2af22ea378.tar.gz
Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code that they would expand to.
Original commit message from CVS: 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), (gst_flacdec_get_src_query_types), (gst_flacdec_get_src_event_masks): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats), (gst_gnomevfssrc_get_query_types), (gst_gnomevfssrc_get_event_mask):
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0058fa0..b351c2872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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),
+ (gst_flacdec_get_src_query_types),
+ (gst_flacdec_get_src_event_masks):
+ * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
+ (gst_gnomevfssrc_get_query_types),
+ (gst_gnomevfssrc_get_event_mask):
+
2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),