mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gst/gst-0.10.12.ignore: Add more API additions that weren't explicit in the release notes.
Original commit message from CVS: * 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.
This commit is contained in:
parent
8a1e47b050
commit
af47b31093
3 changed files with 33 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2007-06-08 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* 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 <edward@fluendo.com>
|
2007-06-08 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -16,4 +16,10 @@ ignore
|
||||||
gst_bus_timed_pop
|
gst_bus_timed_pop
|
||||||
gst_message_new_info
|
gst_message_new_info
|
||||||
gst_message_parse_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
|
||||||
%%
|
%%
|
||||||
|
|
|
@ -1,4 +1,23 @@
|
||||||
%%
|
%%
|
||||||
ignore
|
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
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue