diff options
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/video/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index 7c8b4852..a265c5e6 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -27,7 +27,7 @@ gdouble gst_video_frame_rate (GstPad *pad) { - GstFormat dest_format = GST_FORMAT_UNITS; + GstFormat dest_format = GST_FORMAT_DEFAULT; gint64 dest_value = 0; gdouble fps; |