Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c10606 const gchar *rotation_tag = NULL; in qtdemux_inspect_transformation_matrix() local
10612 rotation_tag = "rotate-90"; in qtdemux_inspect_transformation_matrix()
10614 rotation_tag = "rotate-180"; in qtdemux_inspect_transformation_matrix()
10616 rotation_tag = "rotate-270"; in qtdemux_inspect_transformation_matrix()
10622 GST_STR_NULL (rotation_tag)); in qtdemux_inspect_transformation_matrix()
10623 if (rotation_tag != NULL) { in qtdemux_inspect_transformation_matrix()
10627 GST_TAG_IMAGE_ORIENTATION, rotation_tag, NULL); in qtdemux_inspect_transformation_matrix()
10630 …tMessage *msg_video_rotation = gst_message_new_video_rotation (GST_OBJECT (qtdemux), rotation_tag); in qtdemux_inspect_transformation_matrix()