mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
videoflip: Change the default method to identity
This commit is contained in:
parent
0515f88f7c
commit
c0e990b58f
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ enum
|
|||
/* FILL ME */
|
||||
};
|
||||
|
||||
#define PROP_METHOD_DEFAULT GST_VIDEO_FLIP_METHOD_90R
|
||||
#define PROP_METHOD_DEFAULT GST_VIDEO_FLIP_METHOD_IDENTITY
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (video_flip_debug);
|
||||
#define GST_CAT_DEFAULT video_flip_debug
|
||||
|
@ -843,4 +843,5 @@ static void
|
|||
gst_video_flip_init (GstVideoFlip * videoflip, GstVideoFlipClass * klass)
|
||||
{
|
||||
videoflip->method = PROP_METHOD_DEFAULT;
|
||||
gst_base_transform_set_passthrough (GST_BASE_TRANSFORM (videoflip), TRUE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue