Home
last modified time | relevance | path

Searched refs:forced_only (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c475 gboolean forced_only; in gstspu_vobsub_handle_dvd_event() local
477 if (gst_structure_get_boolean (structure, "forced-only", &forced_only)) { in gstspu_vobsub_handle_dvd_event()
480 if (forced_only) in gstspu_vobsub_handle_dvd_event()
485 if (was_forced != forced_only) in gstspu_vobsub_handle_dvd_event()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c133 guint8 logical_stream, guint8 phys_stream, gboolean forced_only);
1112 gboolean forced_only = (event->physical_wide & 0x80) ? TRUE : FALSE; in rsn_dvdsrc_step() local
1115 forced_only); in rsn_dvdsrc_step()
1889 guint8 phys_stream, gboolean forced_only) in rsn_dvdsrc_prepare_spu_stream_event() argument
1895 forced_only == src->cur_spu_forced_only) { in rsn_dvdsrc_prepare_spu_stream_event()
1899 src->cur_spu_forced_only = forced_only; in rsn_dvdsrc_prepare_spu_stream_event()
1902 logical_stream, phys_stream, forced_only); in rsn_dvdsrc_prepare_spu_stream_event()
1908 "forced-only", G_TYPE_BOOLEAN, forced_only, NULL); in rsn_dvdsrc_prepare_spu_stream_event()
Dgstmpegdemux.c783 gboolean forced_only; in gst_flups_demux_handle_dvd_event() local
785 gst_structure_get_boolean (structure, "forced-only", &forced_only); in gst_flups_demux_handle_dvd_event()
803 forced_only); in gst_flups_demux_handle_dvd_event()