Home
last modified time | relevance | path

Searched refs:DVD_ELEM_SOURCE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c436 if (!try_create_piece (dvdbin, DVD_ELEM_SOURCE, NULL, in create_elements()
443 g_object_set (G_OBJECT (dvdbin->pieces[DVD_ELEM_SOURCE]), in create_elements()
452 if (gst_element_link (dvdbin->pieces[DVD_ELEM_SOURCE], in create_elements()
971 if (dvdbin->pieces[DVD_ELEM_SOURCE]) { in rsn_dvdbin_set_property()
972 g_object_set_property (G_OBJECT (dvdbin->pieces[DVD_ELEM_SOURCE]), in rsn_dvdbin_set_property()
994 else if (dvdbin->pieces[DVD_ELEM_SOURCE]) in rsn_dvdbin_get_property()
995 g_object_get_property (G_OBJECT (dvdbin->pieces[DVD_ELEM_SOURCE]), in rsn_dvdbin_get_property()
Dresindvdbin.h42 #define DVD_ELEM_SOURCE 0 macro