summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog32
m---------common0
-rw-r--r--configure.ac2
3 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 086910a3..cfc0a3aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2004-07-05 Wim Taymans <wim@fluendo.com>
+
+ * configure.ac:
+ * gst/playback/Makefile.am:
+ * gst/playback/decodetest.c: (main):
+ * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
+ (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
+ (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
+ (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
+ (close_link), (type_found), (gst_decode_bin_set_property),
+ (gst_decode_bin_get_property), (gst_decode_bin_change_state),
+ (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
+ (gst_decode_bin_get_formats), (gst_decode_bin_convert),
+ (gst_decode_bin_get_query_types), (gst_decode_bin_query),
+ (plugin_init):
+ * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
+ (gst_play_bin_class_init), (gst_play_bin_init),
+ (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
+ (collect_sink_pads), (find_compatibles), (close_pad_link),
+ (try_to_link_1), (new_pad), (close_link), (type_found),
+ (setup_source), (gst_play_bin_set_property),
+ (gst_play_bin_get_property), (gst_play_bin_factory_filter),
+ (compare_ranks), (gst_play_bin_collect_factories),
+ (gst_play_bin_change_state), (gst_play_bin_add_element),
+ (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
+ (gst_play_bin_send_event), (gst_play_bin_get_formats),
+ (gst_play_bin_convert), (gst_play_bin_get_query_types),
+ (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
+ * gst/playback/test.c: (main):
+ Added some playback helper elements and some test apps, very alpha
+ still.
+
2004-07-04 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
diff --git a/common b/common
-Subproject 1af22afdec71295108f882c828e08f10d8a3e94
+Subproject 59a2885f01e3092ffaefbed270f331c143b16d6
diff --git a/configure.ac b/configure.ac
index 38672186..e8113d42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,6 +381,7 @@ GST_PLUGINS_ALL="\
multipart \
overlay \
passthrough \
+ playback \
playondemand \
qtdemux \
realmedia \
@@ -1843,6 +1844,7 @@ gst/monoscope/Makefile
gst/multipart/Makefile
gst/overlay/Makefile
gst/passthrough/Makefile
+gst/playback/Makefile
gst/playondemand/Makefile
gst/qtdemux/Makefile
gst/realmedia/Makefile