registry: fix compilation with --disable-registry
[platform/upstream/gstreamer.git] / NEWS
diff --git a/NEWS b/NEWS
index d0c47e9..1149ebb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,473 @@
-This is GStreamer 0.10.30 "Safety First"
+This is GStreamer 0.10.35 "Nuclear Fission"
+
+Changes since 0.10.34:
+
+      * work around GLib atomic ops API change
+      * some minor win32/mingw fixes
+      * don't use G_CONST_RETURN in public headers
+
+Bugs fixed since 0.10.34:
+
+      * 652211 : Use const instead G_CONST_RETURN
+
+Changes since 0.10.33:
+
+      * Fix multiqueue thread-safety regression
+      * Don't set artificial 0-timestamp on first packet for TIME-based live sources
+      * Otherwise identical to the previous release (0.10.33)
+
+Bugs fixed since 0.10.33:
+
+      * 649369 : basesrc: do not set first buffer timestamp to 0 for live sources
+      * 649878 : multiqueue regression: gst_single_queue_new not MT-safe
+
+Changes since 0.10.32:
+
+      * atomicqueue: add an atomic/lock-free queue structure based
+      * bufferlist: improve _add*() performance
+      * bus: in _add_watch() honour any per-thread default main context set via g_main_thread_push_thread_default()
+      * caps: new gst_caps_intersect_full() to intersect in different modes
+      * clock: add functions to re-init existing periodic GstClockIDs
+      * event: add QoS type (overflow, underflow, throttle) for QoS events
+      * ghostpad: The internally linked pad of the proxypad is the ghostpad
+      * gstpoll: retry reading the control socket to release properly all wakeups
+      * message: new progress message API for asynchronous operations
+      * pad: unlock before freeing the pad cache to avoid deadlock
+      * pad: better handling for when parent goes away during data/query/event flow
+      * parse-launch: allow element names to begin with digits
+      * pluginloader: call gst-plugin-scanner with the right arch on OSX, fixing hangs with firefox
+      * registry: fixes elements (features) disappearing if a plugin or plugin file is renamed
+      * structure: Add "(date)" as a type abbreviation of GDate
+      * structure: Don't allow invalid GDates in all structures and don't allow NULL GDates in taglists
+      * taglist: add a new "encoded-by" tag
+      * uri: add gst_filename_to_uri() that takes relative filenames
+      * utils: add gst_element_factory_can_{src|sink}_{any|all}_caps() to replace can_{sink,src}_caps()
+      * baseparse: new GstBaseParse class for parsers
+      * basesink: improve rate, duration, and average duration calculation
+      * basesink: use new QoS types and add add "throttle-time" property
+      * basesrc: Handle tag and custom downstream events the same
+      * basesrc: keep downstream caps order when fixating, to honour downstream preferences when negotiating
+      * basesrc: Return FALSE if we don't handle an event
+      * basesrc: Send synchronized custom downstream/both events downstream from the streaming thread
+      * basetransform: Be smarter with pad allocs
+      * basetransform: Check for pad alloc caps when suggestion is not fixed
+      * basetransform: Retain caps order when getting caps, to honour downstream preferences when negotiating
+      * funnel: new N-to-1 pipe fitting element imported from farsight
+      * fakesink: print buffer flags
+      * filesink: Fix escaping of URIs
+      * file{sink,src}: Check if non-URI characters are escaped, but only for the URI not the location property
+      * filesrc, filesink: fix URI creation regression for non-absolute locations
+      * filesrc: Fix escaping of file uris
+      * inputselector: Hold the selector lock while reading properties of the active pad
+      * inputselector: Make sure that EOS is always sent downstream for the active pad
+      * inputselector: Return GST_FLOW_OK until the selected pad pushed something downstream
+      * inputselector: Stop waiting for a pad switch when the pad is flushing
+      * multiqueue: fix some potential corner-case deadlocks and some leaks
+      * multiqueue: handle arbitrary sink + source pad naming
+      * queue2: don't read beyond the end of file upstream in pull mode; leak fixes
+      * plugins: make query and event functions more thread-safe, protect against parent-pad disappearing
+      * gst-launch: add GstIndex support
+
+Bugs fixed since 0.10.32:
+
+     * 642356 : [Index] review api and add an example
+      * 402141 : gst_element_factory_can_{sink,src}_caps seems to be broken
+      * 518857 : [API] GstBaseParse: new base class for parsers
+      * 604094 : registry: do not remove features when removing a cached plugin that no longer is present
+      * 615357 : [macosx] Handle multi-arch plugin-scanner
+      * 617045 : [caps] New method for intersecting caps while retaining order
+      * 639674 : parse-launch: improve parsing resilience (for escapes at end of string)
+      * 639962 : design docs: Fix a few typos and a think
+      * 640071 : pluginloader: do not leak the description string of blacklisted plugin
+      * 640437 : design docs: fix 2 typos in part-MT-refcounting
+      * 640502 : fix a few typos
+      * 640622 : gst_element_link_pads_full function return wrong error information
+      * 640675 : high cpu-load with 0.10.32 release
+      * 640850 : GstElement: Fix warning with GCC 4.6
+      * 641212 : gst-uninstalled: use $GST_PREFIX variable
+      * 641928 : gst_pad_push fast path races with pad deactivation
+      * 642071 : Incorrect comparing of number of source and sink links when parsing a launch string
+      * 642130 : [basetransform] Check for pad alloc caps when suggestion is not fixed
+      * 642271 : crash in gst_caps_structure_intersect, encoder_match_media_type
+      * 642373 : [basetransform] Avoid too may pad allocs
+      * 642393 : [filesrc] Fails setting the same uri it's setting in the uri queries.
+      * 642504 : [mingw/cygwin build] correctly export plugin description
+      * 642522 : gstvalue.c does not include a deserialize function for uchar
+      * 642869 : gst_index_new: documentation typo
+      * 643301 : Adding a buffer to a buffer list iterates the list
+      * 643455 : [regression] Lots of dropouts in Empathy voip calls
+      * 644935 : [inputselector] During switching of streams it can happen that all pads returned not-linked last
+      * 645022 : GstTask: typo in GST_TASK_BROADCAST - g_cond_breadcast should probably be g_cond_broadcast
+      * 645267 : build: fix build with -Werror with GCC 4.6.0
+      * 645595 : bytereader, bytewriter: fix warnings when using inline functions with g++
+      * 645746 : [gstpoll] Regression causes 100% cpu usage in multifdsink
+      * 645877 : commit 14d7db1 causes cpu spinning and other bus weirdness
+      * 645931 : [gstmultiqueue] fix arbitrary sink + source pad naming
+      * 646118 : [gstmultiqueue] if arbitrary sink number is specified by caller, use this as single queue id
+      * 646341 : [baseparse] Add a queued flow return so parsers can keep frames in a queue
+      * 646531 : GST_BOILERPLATE: don't use " type " as both a variable name and a macro argument
+      * 646566 : Protect against Pad-Parent disappearing
+      * 646569 : poll: don't call WSAWaitForMultipleEvents with no events
+      * 646624 : GstBin: regression: creating too many bins fails, exhausting allowed file descriptor limit
+      * 646811 : baseparse: deadlock in gst_base_parse_set_index
+      * 646971 : iterator: resync to avoid infinite loop
+      * 647005 : GstBus: Only create the socketpair for async message delivery if required
+      * 647131 : recent multiqueue changes break DVD playback (again)
+      * 647293 : Fix pad callbacks so they handle when parent goes away
+      * 647763 : [bus] Bus is leaked if a watch is installed in the default main context
+      * 647844 : baseparse: Remove unused but set variable
+      * 647922 : [introspection] Needs to call gst_init() before anything else
+      * 648199 : pad: potential deadlock / crash when freeing cache
+      * 648215 : basetransform: unref in wrong place
+      * 648220 : Regression: videoscale fails to negotiate for PAR transformation
+      * 648297 : [bus] regression: critical assertion failure
+      * 649195 : [miniobject] Fix dup_mini_object function to handle NULL gvalues
+      * 635718 : [basesrc] custom, non-OOB events aren't pushed downstream
+      * 625396 : gst_debug_remove_log_function doesn't remove default log handler
+      * 640771 : amarok doesn't start with new phonon gstreamer
+      * 646972 : queue2: Fixes memory leak on out_flushing error in gst_queue2_create_read
+      * 640665 : basesink: drops too many buffers when there's no duration
+
+API additions since 0.10.32:
+
+      * gst_atomic_queue_length()
+      * gst_atomic_queue_new()
+      * gst_atomic_queue_peek()
+      * gst_atomic_queue_pop()
+      * gst_atomic_queue_push()
+      * gst_atomic_queue_ref()
+      * gst_atomic_queue_unref()
+      * gst_buffer_list_iterator_get_type()
+      * gst_caps_intersect_full()
+      * gst_caps_intersect_mode_get_type()
+      * gst_clock_periodic_id_reinit()
+      * gst_element_factory_can_sink_all_caps()
+      * gst_element_factory_can_sink_any_caps()
+      * gst_element_factory_can_src_all_caps()
+      * gst_element_factory_can_src_any_caps()
+      * gst_event_new_qos_full()
+      * gst_event_parse_qos_full()
+      * gst_filename_to_uri()
+      * gst_message_new_progress()
+      * gst_message_parse_progress()
+      * gst_parse_context_get_type()
+      * gst_progress_type_get_type()
+      * gst_qos_type_get_type()
+      * GST_TAG_ENCODED_BY
+      * gst_base_parse_add_index_entry()
+      * gst_base_parse_convert_default()
+      * gst_base_parse_frame_free()
+      * gst_base_parse_frame_get_type()
+      * gst_base_parse_frame_init()
+      * gst_base_parse_frame_new()
+      * gst_base_parse_get_type()
+      * gst_base_parse_push_frame()
+      * gst_base_parse_set_average_bitrate()
+      * gst_base_parse_set_duration()
+      * gst_base_parse_set_frame_rate()
+      * gst_base_parse_set_has_timing_info()
+      * gst_base_parse_set_min_frame_size()
+      * gst_base_parse_set_passthrough()
+      * gst_base_parse_set_syncable()
+      * gst_base_sink_get_throttle_time()
+      * gst_base_sink_set_throttle_time()
+
+API deprecated since 0.10.32:
+
+      * gst_element_factory_can_src_caps()
+      * gst_element_factory_can_sink_caps()
+
+Changes since 0.10.31:
+
+      * GLib requirement is now >= 2.22
+      * New core element: valve (moved from -bad)
+      * New core element: input-selector (N.B. without "select-all" property,
+        use fsfunnel instead) (moved from -bad)
+      * New core element: output-selector (N.B. with different negotiation
+        behaviour by default, set pad-negotiation-mode=active for previous
+        behaviour) (moved from -bad)
+      * Performance improvements for many heavily-used code paths: GstPad,
+        GstPoll, GstClock, GstTask, basesink, basesrc, queue2, multiqueue
+      * gobject-introspection: add annotations for most core API
+      * clock: make sync clock wait lockfree
+      * fdsrc/fdsink: reenable on MSVC
+      * registry: fix GStatBuf definition for win32 when building against older
+        glib (fixes unnecessary rescanning of plugins at start-up)
+      * element: add a more flexible way to get request pads from elements
+      * multiqueue: return upon input when already eos
+      * object: fix creation of default name (when creating more than 100000 elements)
+      * pluginloader: fix hangs on OSX
+      * poll: fixes for (p)select backend (used e.g. on OSX)
+      * poll: refactor and make more lockfree; fixes for win32 and OSX (pselect backend)
+      * registry: don't replace valid existing plugins by blacklisted ones
+      * tags: don't produce duplicated entries when merging same value twice
+      * basesink: preroll fixes for async=false case
+      * basesink: rework position reporting code
+      * basetransform: handle downstream giving a buffer with new caps but invalid size
+
+Bugs fixed since 0.10.31:
+
+      * 635785 : basesrc: fix deadlock
+      * 638599 : GST_PTR_FORMAT causes crashes if GLib-internal printf is used but system provides register_printf_specifier
+      * 503592 : gstpad.c does many ref/unref of peer pad in dataflow
+      * 564056 : Protect against umask(0177)
+      * 607513 : input-selector segfaults in g_object_notify()
+      * 632168 : [gsttask] MSVC thread names for task debugging
+      * 632447 : reduce static memory allocated by the registry
+      * 632557 : [macros] Define restrict keyword if not available
+      * 632778 : Optimisations to GstBaseSink
+      * 632779 : gstdataqueue: Only emit g_cond_signal when needed
+      * 632780 : queue: Remove useless checks from e406f7
+      * 633918 : [fakesink] [PATCH] print sink-message events like a  message and its structure
+      * 634965 : sinks render buffers in state PAUSED when async is FALSE
+      * 635001 : basesink: fix position reporting in PAUSED
+      * 636268 : configure test fails on FreeBSD
+      * 636455 : basesrc: Avoid taking object locks for just checking tag presence
+      * 637057 : [plugin-scanner] gstpoll fails with select backend
+      * 637300 : [API] request pad based on caps
+      * 637549 : build fails: ./.libs/libgstbase-0.10.so: undefined reference to `gst_clock_single_shot_id_reinit'
+      * 637776 : merging the same tag values again produces lists containing duplicates
+      * 638381 : {input,output}-selector: double-check API before release
+      * 638399 : a few typos in GStreamer
+      * 638900 : [GstPoll] Doesn't compile with MinGW
+      * 638941 : registry scan/loading race and inconsistency
+
+API additions since 0.10.31:
+
+      * gst_clock_single_shot_id_reinit()
+      * gst_element_request_pad()
+      * GstElementClass::request_new_pad_full()
+      * gst_poll_get_read_gpollfd()
+      * gst_value_list_merge()
+      * GST_CLOCK_DONE
+
+Changes since 0.10.30:
+
+      * bin: add "message-forward" property to force forwarding of messages that would usually be filtered such as ASYNC_DONE or EOS
+      * bin: improve tracking of source elements for more efficient event dispatch
+      * bufferlist: add function to add a list of buffers
+      * clock: fix racy shutdown clock id leak
+      * element: add support for arbitrary element class / factory details
+      * element: link_many should activate pads if needed
+      * gst: add math-compat.h header
+      * datetime: add GstDateTime API
+      * elementfactory: add utility functions to filter features by type
+      * plugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY
+      * query: add buffering ranges API to retrieve informations about the areas of the stream currently buffered
+      * value: add int64 range type
+      * info: write debugging output to file if GST_DEBUG_FILE environment variable is set
+      * pad: use more efficient g_object_notify_by_pspec() for caps notifies if compiling against new-enough GLib
+      * pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing
+      * plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is defined
+      * utils: speed up pad linking utility functions by not trying pads that will never work
+      * adapter: add function to get a list of buffers; support 0-sized buffers
+      * adapter: optimize gst_adapter_take() and gst_adapter_peek() a little
+      * basesink: only answer the SEGMENT query in pull mode
+      * basesrc: return values in stream time for the POSITION query
+      * basetransform: allow the subclass to add new fields to caps when getting new caps from downstream
+      * basetransform: avoid useless memcpy
+      * basetransform: upstream caps-renegotiation fixes
+      * bitreader: add inlined and unchecked versions of the most important functions
+      * bytewriter: add inline and unchecked variants of all important functions
+      * bytewriter: fix possible infinite loop caused by an overflow
+      * queue: add "silent" property to suppress signal emission (for better performance)
+      * queue: avoid unnecessary g_cond_signal() (for better performance)
+      * queue: push newsegment event when linking in PLAYING
+      * queue2: extend ring buffer to support RAM mode
+      * queue2: in download mode, prevent range corruption due to race
+      * queue2: don't send seeks beyond the end of the file upstream in pull mode (fixes apple trailers and youtube/html5 playback in webkit)
+      * multiqueue: flush the data queue if downstream return WRONG_STATE too
+      * gst-inspect: print GST_PARAM_MUTABLE_* property flags
+
+Bugs fixed since 0.10.30:
+
+      * 396774 : Make GstElementDetails extensible
+      * 482147 : [queue] Issue with current time level if source task is not started
+      * 579127 : gst-launch: disable CLOCK_LOST message handling
+      * 594504 : Need a GType of " Date AND Time AND Timezone "
+      * 600004 : underrun signal emits when i tested queue overrun test case from file /gstreamerXXXX/tests/check/element/queue.c
+      * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc
+      * 611918 : leaky queue might not push newsegment event
+      * 618919 : Registry/Plugin Loading Memory Leak
+      * 619522 : basetransform fix for upstream caps-renegotiation
+      * 621299 : make simple queues faster
+      * 621332 : BaseTransform should disable proxy alloc if downstream changes caps
+      * 622740 : GstPad: Do not call gst_pad_accept_caps() when caps change
+      * 623040 : Add release_datetime field to GstPluginDesc
+      * 623121 : [queue2] downloaded areas of the media are not exposed
+      * 623491 : make *_get_type() thread safe
+      * 623541 : [basetransform] Implement POSITION query
+      * 623622 : [basesink/basesrc] Should return values in stream time for POSITION query
+      * 623806 : [pipeline] Doesn't update the clock if the currently used one gets lost and the start time did not change
+      * 623875 : gstregistrybinary.c compatibility with glib > = 2.25.0
+      * 624203 : gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has
+      * 625239 : FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
+      * 625295 : [info] regression: doesn't flush output stream after every debug print any longer
+      * 625368 : gstdatetime.c doesn't compile in VS 2008
+      * 625862 : [docs] unused symbol GST_CAT_LEVEL_LOG_valist breaks the build
+      * 626027 : [tag] Add GST_TAG_APPLICATION_NAME
+      * 626181 : GstElementFactory: add listing/filtering API
+      * 626651 : [tag] Photography/capture settings tags
+      * 626784 : element: link_many might assert elements are in paused or playing
+      * 627438 : gst: Add a gst_is_initialized() API
+      * 627826 : GstInt64Range type
+      * 627910 : Warnings emitted when -Wcast-qual used
+      * 627959 : [queue2] on-disk buffering failing for AVI container
+      * 628014 : Deprecate GST_FLOW_IS_FATAL/GST_FLOW_IS_SUCCESS
+      * 628174 : New gstvalue checks cause trouble in thoggen
+      * 628176 : [basetransform] Problems with buffer handling in inplace mode
+      * 628408 : Use GDateTime that has been released
+      * 629241 : Build broken with introspection using gobject-introspection from master
+      * 629410 : GstBaseTransform: position query refers to sink pad, not source pad
+      * 629494 : Latest gst-launch.c doesn't build in Visual Studio 2008
+      * 629553 : GstAdapter: timestamp not updated when empty buffer is pushed
+      * 629831 : [API] add gst_structure_take_value() and gst_structure_id_take_value()
+      * 629946 : Enumerations have incorrect names of enum values (GEnumValue.value_name)
+      * 630257 : GST_DEBUG_DUMP_DOT_DIR not working anymore
+      * 630436 : basesink: renderdelay needs to be subtracted in adjust_time()
+      * 630437 : basetransform: Make a WARNING into a DEBUG statement
+      * 630439 : clock: fix racy shutdown clock id leak
+      * 631755 : Fix build with glib 2.21.3
+      * 631853 : [queue2] deadlock when using temp-location and dispatch-properties
+      * 632236 : [gst-inspect] unhelpful uri handler output
+      * 632433 : [basesink] hangs/drops going to PLAYING following flushing step in PAUSED
+      * 632977 : [queue2] qtdemux causes soup to request seeks past the end of the range
+      * 633147 : Simple reverse negotiation pipeline is broken.
+      * 633886 : Visual Studio emits warnings about double defined _USE_MATH_DEFINES
+      * 635031 : [datetime] Fix unix epoch handling
+      * 635389 : Include information on exported packages in GIRs
+      * 635869 : GST_BOILERPLATE_FULL causes warnings in user C++ code
+      * 633176 : recent multiqueue changes break DVD playback
+
+API additions since 0.10.30:
+
+      * gst_is_initialized
+      * gst_buffer_list_iterator_add_list
+      * GstBin:message-forward
+      * GST_TYPE_DATE_TIME
+      * gst_date_time_get_day
+      * gst_date_time_get_hour
+      * gst_date_time_get_microsecond
+      * gst_date_time_get_minute
+      * gst_date_time_get_month
+      * gst_date_time_get_second
+      * gst_date_time_get_time_zone_offset
+      * gst_date_time_get_type
+      * gst_date_time_get_year
+      * gst_date_time_new
+      * gst_date_time_new_from_unix_epoch_local_time
+      * gst_date_time_new_from_unix_epoch_utc
+      * gst_date_time_new_local_time
+      * gst_date_time_new_now_local_time
+      * gst_date_time_new_now_utc
+      * gst_date_time_ref
+      * gst_date_time_unref
+      * gst_tag_list_get_date_time
+      * gst_tag_list_get_date_time_index
+      * GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
+      * GST_TAG_APPLICATION_DATA
+      * GST_TAG_APPLICATION_NAME
+      * GST_TAG_DATE_TIME
+      * GST_ELEMENT_IS_SOURCE
+      * gst_element_class_set_documentation_uri
+      * gst_element_class_set_icon_name
+      * gst_element_factory_get_documentation_uri
+      * gst_element_factory_get_icon_name
+      * gst_element_factory_list_filter
+      * gst_element_factory_list_get_elements
+      * gst_element_factory_list_is_type
+      * GstElementFactoryListType
+      * GST_ELEMENT_FACTORY_TYPE_ANY
+      * GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS
+      * GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_DECODABLE
+      * GST_ELEMENT_FACTORY_TYPE_DECODER
+      * GST_ELEMENT_FACTORY_TYPE_DEMUXER
+      * GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_FORMATTER
+      * GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY
+      * GST_ELEMENT_FACTORY_TYPE_MUXER
+      * GST_ELEMENT_FACTORY_TYPE_PARSER
+      * GST_ELEMENT_FACTORY_TYPE_PAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_SINK
+      * GST_ELEMENT_FACTORY_TYPE_SRC
+      * GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_DECODER
+      * GST_ELEMENT_FACTORY_KLASS_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_SINK
+      * GST_ELEMENT_FACTORY_KLASS_SRC
+      * GST_ELEMENT_FACTORY_KLASS_MUXER
+      * GST_ELEMENT_FACTORY_KLASS_DEMUXER
+      * GST_ELEMENT_FACTORY_KLASS_PARSER
+      * GST_ELEMENT_FACTORY_KLASS_PAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_FORMATTER
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA
+      * gst_plugin_feature_list_debug
+      * gst_plugin_feature_rank_compare_func
+      * gst_query_add_buffering_range
+      * gst_query_get_n_buffering_ranges
+      * gst_query_parse_nth_buffering_range
+      * gst_structure_get_date_time
+      * gst_structure_id_take_value
+      * gst_structure_take_value
+      * GST_TYPE_INT64_RANGE
+      * gst_int64_range_get_type
+      * gst_util_fraction_compare
+      * gst_value_get_int64_range_max
+      * gst_value_get_int64_range_min
+      * gst_value_set_int64_range
+      * GST_VALUE_HOLDS_DATE_TIME
+      * gst_adapter_take_list
+      * gst_bit_reader_skip_unchecked
+      * gst_bit_reader_skip_to_byte_unchecked
+      * gst_bit_reader_get_bits_uint16_unchecked
+      * gst_bit_reader_get_bits_uint32_unchecked
+      * gst_bit_reader_get_bits_uint64_unchecked
+      * gst_bit_reader_get_bits_uint8_unchecked
+      * gst_bit_reader_peek_bits_uint16_unchecked
+      * gst_bit_reader_peek_bits_uint32_unchecked
+      * gst_bit_reader_peek_bits_uint64_unchecked
+      * gst_bit_reader_peek_bits_uint8_unchecked
+      * gst_byte_writer_put_int8_unchecked
+      * gst_byte_writer_put_int16_be_unchecked
+      * gst_byte_writer_put_int16_le_unchecked
+      * gst_byte_writer_put_int24_be_unchecked
+      * gst_byte_writer_put_int32_be_unchecked
+      * gst_byte_writer_put_int32_le_unchecked
+      * gst_byte_writer_put_int64_be_unchecked
+      * gst_byte_writer_put_int64_le_unchecked
+      * gst_byte_writer_put_uint8_unchecked
+      * gst_byte_writer_put_uint16_be_unchecked
+      * gst_byte_writer_put_uint16_le_unchecked
+      * gst_byte_writer_put_uint24_be_unchecked
+      * gst_byte_writer_put_uint24_le_unchecked
+      * gst_byte_writer_put_uint32_be_unchecked
+      * gst_byte_writer_put_uint32_le_unchecked
+      * gst_byte_writer_put_uint64_be_unchecked
+      * gst_byte_writer_put_uint64_le_unchecked
+      * gst_byte_writer_put_float32_be_unchecked
+      * gst_byte_writer_put_float32_le_unchecked
+      * gst_byte_writer_put_float64_be_unchecked
+      * gst_byte_writer_put_float64_le_unchecked
+      * gst_byte_writer_put_data_unchecked
+      * gst_byte_writer_fill_unchecked
+
+API deprecated since 0.10.30:
+
+      * GST_FLOW_IS_FATAL
+      * GST_FLOW_IS_SUCCESS
 
 Changes since 0.10.29: