summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-11-09 12:10:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-11-09 12:10:27 +0000
commitfdf20e9472599d0a39f38f9fd86eac5767a8ed8b (patch)
tree37100c539afceceb65d6fbc0d531fda00da74dd6
parentcd29bde7ff5318622482f264a94a643ac32cbb89 (diff)
downloadgst-plugins-bad-fdf20e9472599d0a39f38f9fd86eac5767a8ed8b.tar.gz
gst-plugins-bad-fdf20e9472599d0a39f38f9fd86eac5767a8ed8b.tar.bz2
gst-plugins-bad-fdf20e9472599d0a39f38f9fd86eac5767a8ed8b.zip
gst/playback/: Updated README.
Original commit message from CVS: * gst/playback/README: * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted), (add_stream), (unknown_type), (add_element_stream), (no_more_pads), (probe_triggered), (preroll_unlinked), (new_decoded_pad), (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag): * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks), (setup_sinks): * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute), (gst_stream_info_is_mute), (gst_stream_info_set_property): * gst/playback/gststreaminfo.h: Updated README. Only switch groups if all streams have muted (EOSed). Send Tags in sync with the stream playback instead of in the playback/preroll phase. Some cleanups, free the fakesrc elements.
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ee38ee8..dc169419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2004-11-09 Wim Taymans <wim@fluendo.com>
+
+ * gst/playback/README:
+ * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
+ (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
+ (probe_triggered), (preroll_unlinked), (new_decoded_pad),
+ (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
+ * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
+ (setup_sinks):
+ * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
+ (gst_stream_info_is_mute), (gst_stream_info_set_property):
+ * gst/playback/gststreaminfo.h:
+ Updated README.
+ Only switch groups if all streams have muted (EOSed).
+ Send Tags in sync with the stream playback instead of in
+ the playback/preroll phase.
+ Some cleanups, free the fakesrc elements.
+
2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):