videoflip: Change the default method to identity
This commit is contained in:
parent
0515f88f7c
commit
c0e990b58f
@ -58,7 +58,7 @@ enum
|
|||||||
/* FILL ME */
|
/* 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);
|
GST_DEBUG_CATEGORY_STATIC (video_flip_debug);
|
||||||
#define GST_CAT_DEFAULT video_flip_debug
|
#define GST_CAT_DEFAULT video_flip_debug
|
||||||
@ -843,4 +843,5 @@ static void
|
|||||||
gst_video_flip_init (GstVideoFlip * videoflip, GstVideoFlipClass * klass)
|
gst_video_flip_init (GstVideoFlip * videoflip, GstVideoFlipClass * klass)
|
||||||
{
|
{
|
||||||
videoflip->method = PROP_METHOD_DEFAULT;
|
videoflip->method = PROP_METHOD_DEFAULT;
|
||||||
|
gst_base_transform_set_passthrough (GST_BASE_TRANSFORM (videoflip), TRUE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user