Home
last modified time | relevance | path

Searched refs:syncable (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h339 gboolean syncable);
Dgstbaseparse.c226 gboolean syncable; member
838 parse->priv->syncable = TRUE; in gst_base_parse_reset()
1708 return parse->priv->syncable; in gst_base_parse_is_seekable()
4005 gst_base_parse_set_syncable (GstBaseParse * parse, gboolean syncable) in gst_base_parse_set_syncable() argument
4007 parse->priv->syncable = syncable; in gst_base_parse_set_syncable()
4008 GST_INFO_OBJECT (parse, "syncable: %s", (syncable) ? "yes" : "no"); in gst_base_parse_set_syncable()
Dgstbasesink.c2725 gboolean syncable; in gst_base_sink_do_sync() local
2753 syncable = gst_base_sink_get_sync_times (basesink, obj, in gst_base_sink_do_sync()
2762 if (G_UNLIKELY (!syncable)) in gst_base_sink_do_sync()
3990 gboolean do_sync = TRUE, stepped = FALSE, syncable = TRUE; in gst_base_sink_chain_unlocked() local
3998 syncable = in gst_base_sink_chain_unlocked()
4005 if (syncable && do_sync && gst_base_sink_get_sync (basesink)) { in gst_base_sink_chain_unlocked()
/third_party/gstreamer/gstreamer/
DChangeLog30167 if (syncable && do_sync)
67631 baseparse: replace format flags with gst_base_parse_set_{passthrough,syncable,has_timing_info}
67697 format is not syncable, we could still seek by pushing data from the