/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | streamsynchronizer.c | 78 GST_EVENT_TYPE_NAME (GST_EVENT ((*expected)->data))); in my_sink_chain() 117 exp = GST_EVENT ((*expected)->data); in my_sink_event() 173 gst_pad_push_event (pushinfo->pad, GST_EVENT (tmp->data)); in my_push_thread()
|
D | appsrc.c | 628 exp = GST_EVENT ((*expected)->data); in appsrc_pad_probe() 658 exp = GST_EVENT ((*expected)->data); in appsrc_pad_probe() 675 exp = GST_EVENT ((*expected)->data); in appsrc_pad_probe()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstevent.c | 421 GST_EVENT (gst_mini_object_make_writable (GST_MINI_OBJECT (event))); in GST_START_TEST() 499 switch (GST_EVENT_TYPE (GST_EVENT (data))) { in event_probe() 507 got_event_before_q = GST_EVENT (data); in event_probe() 513 switch (GST_EVENT_TYPE (GST_EVENT (data))) { in event_probe() 522 got_event_after_q = GST_EVENT (data); in event_probe()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/audiomixmatrix/ |
D | test-audiomixmatrix.c | 54 GstEvent *event = GST_EVENT (info->data); in _event_received()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | streamiddemux.c | 277 exp = GST_EVENT (l->data); in sink_event_func() 289 exp = GST_EVENT (l->data); in sink_event_func()
|
D | queue.c | 143 gst_event_unref (GST_EVENT (events->data)); in cleanup() 948 event = GST_EVENT (data); in push_event_thread_func()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | kate.c | 130 gst_event_unref (GST_EVENT (l->data)); in cleanup_katedec() 377 GstEvent *event = GST_EVENT (l->data); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinesrc.c | 332 GstEvent *event = GST_EVENT (object); in gst_ipc_pipeline_src_cancel_queued() 489 GstEvent *event = GST_EVENT (object); in gst_ipc_pipeline_src_loop()
|
D | gstipcpipelinesink.c | 433 GstEvent *event = GST_EVENT (data); in pusher()
|
/third_party/gstreamer/gstplugins_good/gst/icydemux/ |
D | gsticydemux.c | 436 GstEvent *event = GST_EVENT (l->data); in gst_icydemux_send_cached_events()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | deinterlace.c | 446 gst_event_parse_caps (GST_EVENT (info->data), outcaps); in catch_caps_event()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 239 #define GST_EVENT(obj) (GST_EVENT_CAST(obj)) macro
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtpbasedepayload.c | 233 gst_event_unref (GST_EVENT (events->data)); in drop_events() 251 event = GST_EVENT (g_list_nth_data (events, index)); in validate_event()
|
D | rtpbasepayload.c | 184 gst_event_unref (GST_EVENT (events->data)); in drop_events() 202 event = GST_EVENT (g_list_nth_data (events, index)); in validate_event()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxsend.c | 689 gst_pad_push_event (rtx->srcpad, GST_EVENT (data->object)); in gst_rist_rtx_send_src_loop()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtprtxsend.c | 821 gst_pad_push_event (rtx->srcpad, GST_EVENT (data->object)); in gst_rtp_rtx_send_src_loop()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.c | 707 GST_EVENT (gst_mini_object_make_writable (GST_MINI_OBJECT (event))); in gst_gl_transformation_src_event()
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 1207 GST_EVENT (gst_mini_object_make_writable (GST_MINI_OBJECT (event))); in gst_video_scale_src_event()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 815 GstEvent *event = GST_EVENT (l->data); in gst_type_find_element_send_cached_events()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 1144 GstEvent *event = GST_EVENT (l->data); in gst_video_encoder_sink_event_default() 1935 GstEvent *event = GST_EVENT (l->data); in gst_video_encoder_negotiate_default()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 685 GstEvent *event = GST_EVENT (l->data); in gst_audio_decoder_negotiate_default() 1170 GstEvent *event = GST_EVENT (l->data); in apply_pending_events()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 1818 gst_pad_push_event (demux->priv->srcpad, GST_EVENT (events->data)); in gst_tag_demux_send_pending_events()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideoflip.c | 1235 GST_EVENT (gst_mini_object_make_writable (GST_MINI_OBJECT (event))); in gst_video_flip_src_event()
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 2601 gst_event_parse_segment (GST_EVENT (info->data), &s); in reverse_playback_probe() 2818 gst_event_parse_tag (GST_EVENT (info->data), &taglist); in tags_probe() 3379 gst_event_parse_caps (GST_EVENT (info->data), &caps); in reconfigure_probe()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 1411 GstEvent *event = GST_EVENT (info->data); in gst_camera_bin_image_sink_event_probe()
|