summaryrefslogtreecommitdiff
path: root/gst/debugutils/fpsdisplaysink.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+4
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller2016-02-031-2/+0
* debugutils: use generic marshallerTim-Philipp Müller2016-02-031-3/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-4/+4
* fpsdisplaysink: get rendered and dropped stats from QOS messagesAlessandro Decina2015-06-181-38/+40
* Update references to decodebinLuis de Bethencourt2015-05-081-1/+1
* gst: remove some unnecessary glib version checksTim-Philipp Müller2015-04-281-8/+0
* Fix FSF addressTim-Philipp Müller2012-11-041-1/+1
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace some playbin2 -> playbinWim Taymans2012-10-101-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* debugutils: port to 0.11Mark Nauwelaerts2012-02-021-9/+19
* fpsdisplaysink:: fix compilation with older GLibTim-Philipp Müller2011-04-141-0/+8
* fpsdisplaysink: Add last-message property and never print anything to stdoutSebastian Dröge2011-04-091-8/+49
* fpsdisplaysink: Rename verbose property to silent for consistencySebastian Dröge2011-04-091-11/+11
* fpsdisplay: Use PROP_ instead of ARG_ for the property enumsSebastian Dröge2011-04-081-37/+37
* fpsdisplay: Add verbose propertyPhilippe Normand2011-04-081-2/+17
* fpsdisplaysink: add "frames-dropped" and "frames-rendered" propertiesBenjamin Gaignard2011-03-181-7/+26
* fpsdisplay: fix sync property default valuebenjamin gaignard2011-03-031-2/+4
* fpsdisplaysink: initialize interval_ts and last_frames_* countersLasse Laukkanen2010-09-241-1/+3
* fpsdisplay: Use G_GUINT64_FORMAT instead of %lluSebastian Dröge2010-09-061-4/+6
* fpsdisplaysink: don't add a g_mainloop dependencyStefan Kost2010-09-061-18/+14
* fpsdisplaysink: small cleanupStefan Kost2010-09-061-1/+2
* fpsdisplaysink: measure fps in terms of wall clock timeRob Clark2010-09-061-58/+60
* fpsdisplaysink: signal-fps-measurements is writableThiago Santos2010-07-011-2/+10
* fpsdisplaysink: Adds a signal to inform measurements to appsThiago Santos2010-06-241-1/+52
* fpsdisplaysink: Adds max-fps and min-fps propertyThiago Santos2010-06-241-4/+35
* fpsdisplaysink: Use G_PARAM_STATIC_STRINGS in all propertiesThiago Santos2010-06-241-2/+3
* fpsdisplaysink: Add fps-update-interval propertyThiago Santos2010-06-241-5/+18
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* fpsdisplaysink: fix NULL ref and error handling if no video sink is foundTim-Philipp Müller2010-02-191-3/+6
* fpsdisplaysink: fix typo in property descriptionTim-Philipp Müller2010-01-061-1/+1
* fpsdisplaysink: Internal sink improvementsThiago Santos2009-12-171-18/+31
* fpsdisplaysink: Minor fixesThiago Santos2009-12-171-3/+8
* fpsdisplaysink: fix setting sync on child binThiago Santos2009-12-161-20/+27
* fpsdisplaysink: check the sync property exists on embedded sink(s)Philippe Normand2009-12-161-8/+16
* fpsdisplaysink: expose video sink using a propertyPhilippe Normand2009-12-121-14/+73
* fpsdisplaysink: check query return result before using itStefan Kost2009-07-201-1/+4
* fpsdisplaysink: Fix resetting of the sink in NULLJan Schmidt2009-05-161-4/+12
* docs: make fpsdisplaysink show up in the docsTim-Philipp Müller2009-05-011-1/+1
* fpsdisplaysink: move private struct into plugin struct and use Gst namespaceTim-Philipp Müller2009-05-011-121/+91
* fpsdisplaysink: rename plugin (not element) to debugutilsbadTim-Philipp Müller2009-05-011-16/+3
* fpsdisplaysink: init variable to NULL to avoid compiler warningTristan Matthews2009-04-301-1/+1
* fpsdisplay: code cleanup and plug overlay as neededStefan Kost2009-04-301-28/+57
* fpsdisplay: more cleanupsStefan Kost2009-04-231-11/+15
* fpsdisplay: use a nicer font familyStefan Kost2009-04-231-1/+1
* fpsdisplay: various cleanups, docs and commentsStefan Kost2009-04-231-67/+54