Searched refs:forced_layout (Results 1 – 1 of 1) sorted by relevance
328 const gchar *forced_layout; in gst_oss4_audio_detect_channels() local341 forced_layout = g_getenv ("GST_OSS4_CHANNEL_LAYOUT"); in gst_oss4_audio_detect_channels()393 if (forced_layout != NULL && *forced_layout != '\0') { in gst_oss4_audio_detect_channels()396 layout_len = strlen (forced_layout); in gst_oss4_audio_detect_channels()398 layout = g_ascii_strtoull (forced_layout, NULL, 16); in gst_oss4_audio_detect_channels()401 " ('%s'), maxchans now %d", layout, forced_layout, maxchans); in gst_oss4_audio_detect_channels()