Searched refs:m_mediaLocations (Results 1 – 2 of 2) sorted by relevance
210 , m_mediaLocations(0) in MediaPlayerPrivateGStreamer()247 if (m_mediaLocations) { in ~MediaPlayerPrivateGStreamer()248 gst_structure_free(m_mediaLocations); in ~MediaPlayerPrivateGStreamer()249 m_mediaLocations = 0; in ~MediaPlayerPrivateGStreamer()1197 if (m_mediaLocations) in mediaLocationChanged()1198 gst_structure_free(m_mediaLocations); in mediaLocationChanged()1204 m_mediaLocations = gst_structure_copy(message->structure); in mediaLocationChanged()1205 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); in mediaLocationChanged()1216 if (!m_mediaLocations) in loadNextLocation()1219 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); in loadNextLocation()[all …]
167 GstStructure* m_mediaLocations; variable