Home
last modified time | relevance | path

Searched refs:gst_message_new_video_rotation (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h574 GstMessage * gst_message_new_video_rotation (GstObject * src, const gchar *rotation);
Dgstmessage.c1448 gst_message_new_video_rotation (GstObject * src, const gchar *rotation) in gst_message_new_video_rotation() function
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c10630 …GstMessage *msg_video_rotation = gst_message_new_video_rotation (GST_OBJECT (qtdemux), rotation_ta… in qtdemux_inspect_transformation_matrix()