summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-31 22:36:36 +0000
committerDavid Schleef <ds@schleef.org>2004-03-31 22:36:36 +0000
commit51aa0a7bdf221fda79a602946879e750d5c4d295 (patch)
tree005fb96277fc0dd18133d11ca829c561070b122e
parentc0e1e9ea8e448615e32638c62ba8d686632f349e (diff)
downloadgst-plugins-bad-51aa0a7bdf221fda79a602946879e750d5c4d295.tar.gz
gst-plugins-bad-51aa0a7bdf221fda79a602946879e750d5c4d295.tar.bz2
gst-plugins-bad-51aa0a7bdf221fda79a602946879e750d5c4d295.zip
gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #138225)
Original commit message from CVS: * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value), (gst_audioscale_getcaps): Fix getcaps to expand and union lists. (bug #138225) * gst/debug/Makefile.am: * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init): * gst/debug/gstdebug.c: (plugin_init): Merge elements into one plugin. * gst/debug/negotiation.c: (gst_gst_negotiation_get_type), (gst_negotiation_base_init), (gst_negotiation_class_init), (gst_negotiation_init), (gst_negotiation_getcaps), (gst_negotiation_pad_link), (gst_negotiation_chain), (gst_negotiation_set_property), (gst_negotiation_get_property), (gst_negotiation_plugin_init): New element to talk about random negotiation things happening in a pipeline.
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faec995e..f6633ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-03-31 David Schleef <ds@schleef.org>
+
+ * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
+ (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
+ (bug #138225)
+ * gst/debug/Makefile.am:
+ * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
+ * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
+ plugin.
+ * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
+ (gst_negotiation_base_init), (gst_negotiation_class_init),
+ (gst_negotiation_init), (gst_negotiation_getcaps),
+ (gst_negotiation_pad_link), (gst_negotiation_chain),
+ (gst_negotiation_set_property), (gst_negotiation_get_property),
+ (gst_negotiation_plugin_init): New element to talk about random
+ negotiation things happening in a pipeline.
+
2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):