[gst-devel] Framerate=(fraction)1000/1 question.
LearnerMan
wanting2learn at hotmail.co.uk
Thu Nov 26 14:59:50 CET 2009
I am debugging a gStreamer application and the following code :
GstStructure *msgStructure =
gst_structure_new( "video-stats",
"bufferCaps", G_TYPE_STRING, l_sCapsStr.c_str(),
NULL );
Gives me info like so:
Buffer caps: video/x-raw-yuv, width=(int)640, height=(int)480,
framerate=(fraction)1000/1, format=(fourcc)I420, interlaced=(boolean)false,
pixel-aspect-ratio=(fraction)1/1;
It says the framerate is framerate=(fraction)1000/1,
What does this 1000/1 rate mean??
--
View this message in context: http://old.nabble.com/Framerate%3D%28fraction%291000-1--question.-tp26529827p26529827.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list