Home
last modified time | relevance | path

Searched refs:DEFAULT_MUTE (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/opensles/
Dopenslessink.c54 #define DEFAULT_MUTE FALSE macro
265 DEFAULT_MUTE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_opensles_sink_class_init()
289 sink->mute = DEFAULT_MUTE; in gst_opensles_sink_init()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2src.c57 #define DEFAULT_MUTE FALSE macro
137 DEFAULT_MUTE, GST_PARAM_MUTABLE_PLAYING | G_PARAM_READWRITE | in gst_wasapi2_src_class_init()
199 self->mute = DEFAULT_MUTE; in gst_wasapi2_src_init()
Dgstwasapi2sink.c59 #define DEFAULT_MUTE FALSE macro
138 DEFAULT_MUTE, GST_PARAM_MUTABLE_PLAYING | G_PARAM_READWRITE | in gst_wasapi2_sink_class_init()
188 self->mute = DEFAULT_MUTE; in gst_wasapi2_sink_init()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapisink.c58 #define DEFAULT_MUTE FALSE macro
120 DEFAULT_MUTE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | in gst_wasapi_sink_class_init()
175 self->mute = DEFAULT_MUTE; in gst_wasapi_sink_init()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-sink.c90 #define DEFAULT_MUTE FALSE macro
157 "Mute state of this stream", DEFAULT_MUTE, in gst_oss4_sink_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c72 #define DEFAULT_MUTE FALSE macro
265 DEFAULT_MUTE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); in gst_player_class_init()
889 g_return_val_if_fail (GST_IS_PLAYER (self), DEFAULT_MUTE); in gst_player_get_mute()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c68 #define DEFAULT_MUTE FALSE macro
194 "Mute state of this stream", DEFAULT_MUTE, in gst_directsound_sink_class_init()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c84 #define DEFAULT_MUTE FALSE macro
237 "Mute state of this stream", DEFAULT_MUTE, in gst_directsound_src_class_init()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c61 #define DEFAULT_MUTE FALSE macro
248 DEFAULT_MUTE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_pulsesrc_class_init()
276 pulsesrc->mute = DEFAULT_MUTE; in gst_pulsesrc_init()
Dpulsesink.c74 #define DEFAULT_MUTE FALSE macro
1944 "Mute state of this stream", DEFAULT_MUTE, in gst_pulsesink_class_init()
2372 pulsesink->mute = DEFAULT_MUTE; in gst_pulsesink_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c71 #define DEFAULT_MUTE FALSE macro
399 DEFAULT_MUTE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); in gst_play_class_init()
3281 g_return_val_if_fail (GST_IS_PLAY (self), DEFAULT_MUTE); in gst_play_get_mute()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c552 #define DEFAULT_MUTE FALSE macro
Dgstplaybin2.c558 #define DEFAULT_MUTE FALSE macro