summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-05-26 17:26:16 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-05-26 17:26:16 +0000
commita3ca73935e0e99250c1bb7849a33fc53ee505f92 (patch)
tree51c2624c28609ab98eda4f0281af3424f7fa3389 /ChangeLog
parentb306deb9d704ba1a5409c947c00a4bc2a8ec86f4 (diff)
gnl/: Fix more issues with dynamic-sinkpads operations.
Original commit message from CVS: * gnl/gnlcomposition.c: (unblock_child_pads), (get_new_seek_event), (get_current_position), (refine_start_stop_in_region_above_priority), (convert_list_to_tree), (get_stack_list), (get_clean_toplevel_stack), (gnl_composition_change_state), (compare_relink_single_node), (are_same_stacks), (update_pipeline), (object_start_changed), (object_stop_changed), (object_priority_changed), (object_active_changed), (object_pad_removed), (object_pad_added), (gnl_composition_remove_object): * gnl/gnloperation.c: (element_is_valid_filter), (get_nb_static_sinks), (gnl_operation_add_element), (get_unused_static_sink_pad), (get_request_sink_pad), (add_sink_pad), (synchronize_sinks): * gnl/gnloperation.h: Fix more issues with dynamic-sinkpads operations. Gst-indent the code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb387f..8992b04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2008-05-26 Edward Hervey <edward.hervey@collabora.co.uk>
+ * gnl/gnlcomposition.c: (unblock_child_pads), (get_new_seek_event),
+ (get_current_position),
+ (refine_start_stop_in_region_above_priority),
+ (convert_list_to_tree), (get_stack_list),
+ (get_clean_toplevel_stack), (gnl_composition_change_state),
+ (compare_relink_single_node), (are_same_stacks), (update_pipeline),
+ (object_start_changed), (object_stop_changed),
+ (object_priority_changed), (object_active_changed),
+ (object_pad_removed), (object_pad_added),
+ (gnl_composition_remove_object):
+ * gnl/gnloperation.c: (element_is_valid_filter),
+ (get_nb_static_sinks), (gnl_operation_add_element),
+ (get_unused_static_sink_pad), (get_request_sink_pad),
+ (add_sink_pad), (synchronize_sinks):
+ * gnl/gnloperation.h:
+ Fix more issues with dynamic-sinkpads operations.
+ Gst-indent the code.
+
+2008-05-26 Edward Hervey <edward.hervey@collabora.co.uk>
+
* gnl/gnlfilesource.c: (gnl_filesource_init):
* gnl/gnlobject.c: (translate_incoming_seek),
(ghostpad_event_function):