[Trac #410] new gstreamer does not accept use-fixed-fps

Zarro Boogs per Child bugtracker at laptop.org
Mon Nov 13 16:20:27 EST 2006


#410: new gstreamer does not accept use-fixed-fps
--------------------+-------------------------------------------------------
 Reporter:  cjb     |        Owner:  dilinger
     Type:  defect  |       Status:  closed  
 Priority:  high    |    Milestone:  BTest-1 
Component:  distro  |   Resolution:  fixed   
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by dilinger):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I'm going w/ "no".  The only place gst's v4l2src actually _uses_
 use_fixed_fps is in gst_v4l2src_create:

 {{{
   if (v4l2src->use_fixed_fps
       && gst_v4l2src_get_fps (v4l2src, &fps_n, &fps_d) == 0) {
     GST_ELEMENT_ERROR (v4l2src, RESOURCE, SETTINGS, (NULL),
         ("could not get frame rate for element"));
     return GST_FLOW_ERROR;
   }
 }}}

 It fills in fps_n and fps_d, and then proceeds to ignore those (local)
 variables.  So in effect, the only thing this does is check to make sure
 that gst can determine the framerate from the v4l2 device.

 CVS logs for gst-plugins-good back up my beliefs.  So, I'm closing this;
 we don't need use_fixed_fps.

-- 
Ticket URL: <http://dev.laptop.org/ticket/410#comment:1>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list