Home | History | Annotate | Download | only in gstreamer

Lines Matching defs:videoTracks

540     gint videoTracks = 0;
542 g_object_get(m_playBin, "n-video", &videoTracks, NULL);
544 m_hasVideo = videoTracks > 0;