summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 37 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index e36f7577..79c04415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,27 +1,55 @@
+2006-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/gdp/Makefile.am:
+ * gst/gdp/gstgdp.c: (plugin_init):
+ * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
+ (gst_gdp_depay_class_init), (gst_gdp_depay_init),
+ (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
+ (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
+ * gst/gdp/gstgdpdepay.h:
+ * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
+ (gst_gdp_pay_class_init), (gst_gdp_pay_init),
+ (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
+ (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
+ (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
+ (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
+ (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
+ (gst_gdp_pay_plugin_init):
+ * gst/gdp/gstgdppay.h:
+ * tests/check/Makefile.am:
+ * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
+ (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
+ (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
+ * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
+ (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
+ (main):
+ adding GDP payloader and depayloader. Build integration will
+ follow later when the GDP issues for core are sorted out.
+
2006-05-21 Stefan Kost <ensonic@users.sf.net>
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_set_sink_caps),
(gst_spectrum_get_sink_caps), (gst_spectrum_chain):
- Use boilerplate macro, fix strings to match plugin-moval-requirements
+ Use boilerplate macro, fix strings to match plugin-moval-requirements
2006-05-21 Stefan Kost <ensonic@users.sf.net>
* gst/spectrum/Makefile.am:
- Link to base libraries
-
+ Link to base libraries
+
* gst/spectrum/demo-osssrc.c: (main):
- use new threshhold property
-
+ use new threshhold property
+
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
(gst_spectrum_get_sink_caps), (gst_spectrum_chain),
(gst_spectrum_change_state):
* gst/spectrum/gstspectrum.h:
- Use gst_adapter, support multiple-channels, add threshold property for
- result, add docs, fix resulting spectrum range (was including mirrored
- results)
+ Use gst_adapter, support multiple-channels, add threshold property for
+ result, add docs, fix resulting spectrum range (was including mirrored
+ results)
2006-05-21 Stefan Kost <ensonic@users.sf.net>
@@ -33,7 +61,7 @@
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
- Initial port of the spectrum element
+ Initial port of the spectrum element
2006-05-19 Edgard Lima <edgard.lima@indt.org.br>