mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
basesrc: Deprecate gst_base_src_new_seamless_segment()
It can be replaced by gst_base_src_new_segment() Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/490>
This commit is contained in:
parent
a78a9cf0c3
commit
e2dc90273e
1 changed files with 2 additions and 0 deletions
|
@ -863,6 +863,8 @@ gst_base_src_get_do_timestamp (GstBaseSrc * src)
|
|||
* configured with gst_base_src_set_format()
|
||||
*
|
||||
* Returns: %TRUE if preparation of the seamless segment succeeded.
|
||||
*
|
||||
* Deprecated: 1.18: Use gst_base_src_new_segment()
|
||||
*/
|
||||
gboolean
|
||||
gst_base_src_new_seamless_segment (GstBaseSrc * src, gint64 start, gint64 stop,
|
||||
|
|
Loading…
Reference in a new issue