diff --git a/ChangeLog b/ChangeLog index bb49920c5e..f26a42fdc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-08 Edward Hervey + + * gst/gst-0.10.12.ignore: + Add more API additions that weren't explicit in the release notes. + * gst/gst-0.10.13.ignore: + Personal note : remember to save file before commiting it. + 2007-06-08 Edward Hervey * configure.ac: diff --git a/gst/gst-0.10.12.ignore b/gst/gst-0.10.12.ignore index 52f88ed806..76a826f7d4 100644 --- a/gst/gst-0.10.12.ignore +++ b/gst/gst-0.10.12.ignore @@ -16,4 +16,10 @@ ignore gst_bus_timed_pop gst_message_new_info gst_message_parse_info + GstBaseSink__do_fixate + GstBaseSink__proxy_do_fixate + GstBaseSink__do_activate_pull + GstBaseSink__proxy_do_activate_pull + GstBaseSrc__do_fixate + GstBaseSrc__proxy_do_fixate %% diff --git a/gst/gst-0.10.13.ignore b/gst/gst-0.10.13.ignore index e866523f05..122be09493 100644 --- a/gst/gst-0.10.13.ignore +++ b/gst/gst-0.10.13.ignore @@ -1,4 +1,23 @@ %% ignore - + gst_element_change_state + gst_clock_unadjust_unlocked + GstBaseSrc__do_prepare_seek_segment + GstBaseSrc__proxy_do_prepare_seek_segment + gst_buffer_try_new_and_alloc + gst_buffer_copy_metadata + gst_uri_protocol_is_supported + gst_base_src_query_latency + gst_controller_suggest_next_sync + gst_object_suggest_next_sync + GstBaseSrc__do_unlock_stop + GstBaseSrc__proxy_do_unlock_stop + GstBaseSink__do_unlock_stop + GstBaseSink__proxy_do_unlock_stop + gst_message_new_async_start + gst_message_parse_async_start + gst_message_new_async_done +%% +ignore-type + GstBufferCopyFlags %%