Searched refs:gst_iterator_find_custom (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.h | 283 gboolean gst_iterator_find_custom (GstIterator *it, GCompareFunc func,
|
D | gstiterator.c | 720 gst_iterator_find_custom (GstIterator * it, GCompareFunc func, in gst_iterator_find_custom() function
|
D | gstbin.c | 4394 found = gst_iterator_find_custom (children, in gst_bin_get_by_name() 4489 found = gst_iterator_find_custom (children, (GCompareFunc) compare_interface, in gst_bin_get_by_interface()
|
D | gstvalue.c | 4105 found = gst_iterator_find_custom (iter, in gst_value_deserialize_enum()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 592 if (gst_iterator_find_custom (it, find_ipcpipelinesink, &elem, in on_pad_added()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 1388 found = gst_iterator_find_custom (it, in gst_play_sink_find_property_sinks() 1414 found = gst_iterator_find_custom (it, in gst_play_sink_find_property()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 77369 iterator: Add new FIXME for 0.11 and update gst_iterator_find_custom docs 78048 The result of gst_iterator_find_custom() is not a GstIterator *. 119430 (gst_iterator_find_custom): 120027 (gst_iterator_find_custom): 133736 (gst_iterator_find_custom):
|