[Bug 643469] fpsdisplaysink: export dropped and rendered values

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 15 17:27:45 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643469
  GStreamer | gst-plugins-bad | 0.10.20

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #182082|none                        |needs-work
             status|                            |

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-03-16 00:27:39 UTC ---
(From update of attachment 182082)
Don't see any reason not to add the properties. However:

 - make them uint64 type please, not doubles

 - rename them to "frames-dropped" and
   "frames-rendered" (videorate uses "drop",
   but that doesn't really sound right to me)

 - need to either add proper locking or make
   access here and in the other places atomic.
   I'd just make the internal variables normal
   ints for now and then use g_atomic_int_{inc,get}().

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list