Lines Matching refs:default_context
252 sink->default_context = NULL; in gst_openal_sink_init()
318 ALCcontext *context = sink->default_context; in gst_openal_sink_get_property()
587 if (sink->default_context) in gst_openal_sink_getcaps()
588 caps = gst_openal_helper_probe_caps (sink->default_context); in gst_openal_sink_getcaps()
844 if (sink->default_context && !gst_openal_sink_unprepare (audiosink)) in gst_openal_sink_prepare()
913 sink->default_context = context; in gst_openal_sink_prepare()
938 if (!sink->default_context) in gst_openal_sink_unprepare()
941 old = pushContext (sink->default_context); in gst_openal_sink_unprepare()
958 popContext (old, sink->default_context); in gst_openal_sink_unprepare()
960 alcDestroyContext (sink->default_context); in gst_openal_sink_unprepare()
961 sink->default_context = NULL; in gst_openal_sink_unprepare()
976 old = pushContext (sink->default_context); in gst_openal_sink_write()
1037 popContext (old, sink->default_context); in gst_openal_sink_write()
1048 if (!sink->default_context) in gst_openal_sink_delay()
1052 old = pushContext (sink->default_context); in gst_openal_sink_delay()
1070 popContext (old, sink->default_context); in gst_openal_sink_delay()
1089 old = pushContext (sink->default_context); in gst_openal_sink_reset()
1097 popContext (old, sink->default_context); in gst_openal_sink_reset()