[longomatch] Add the new supported framerates



commit 1f600ee45af928f9c9198c6272553bd1a22aaa63
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 5 13:28:42 2014 +0100

    Add the new supported framerates

 libcesarplayer/gst-nle-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/gst-nle-source.c b/libcesarplayer/gst-nle-source.c
index 0680428..3b8541c 100644
--- a/libcesarplayer/gst-nle-source.c
+++ b/libcesarplayer/gst-nle-source.c
@@ -45,7 +45,7 @@ static GstStaticPadTemplate video_tpl = GST_STATIC_PAD_TEMPLATE ("video",
     GST_PAD_SRC,
     GST_PAD_SOMETIMES,
     GST_STATIC_CAPS ("video/x-raw-yuv, format=(fourcc)I420, "
-        "width=[1,2160], height=[1,2160], framerate={25/1, 30/1}"));
+        "width=[1,2160], height=[1,2160], framerate={25/1, 30/1, 50/1, 60/1}"));
 
 static GstStaticPadTemplate audio_tpl = GST_STATIC_PAD_TEMPLATE ("audio",
     GST_PAD_SRC,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]