mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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):
This commit is contained in:
parent
5b4bc6a180
commit
6866a3cb7b
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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),
|
||||
|
|
Loading…
Reference in a new issue