summaryrefslogtreecommitdiff
path: root/gst/debugutils
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Only create a new GSource if we have a main contextGöran Jönsson2014-07-011-3/+3
* watchdog: Add handling of PAUSED statePer x Johansson2014-05-031-8/+82
* compare: special case empty regions with 1 SSIM to avoid dividing by 0Vincent Penquerc'h2014-04-091-0/+8
* debugutilsbad.c fails gst-indent checkKipp Cannon2014-02-251-21/+20
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-43/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* watchdog: race between g_main_loop_run/_quit fixedAlexander Schrab2013-04-101-1/+22
* watchdog: fix event handlingDavid Schleef2013-04-091-2/+5
* watchdog: new elementDavid Schleef2013-03-274-1/+378
* Fix FSF addressTim-Philipp Müller2012-11-0411-20/+20
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-175-5/+5
* replace some playbin2 -> playbinWim Taymans2012-10-101-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-145-5/+5
* collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2012-09-121-2/+2
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-172-15/+15
* Update for the removal of the interfaces library and the tuner/mixer interfacesSebastian Dröge2012-04-131-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* debugutils: port to 0.11Mark Nauwelaerts2012-02-026-180/+205
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+2
|\
| * debugspy: fix string leakVincent Penquerc'h2012-01-161-0/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-302-15/+15
|\ \ | |/
| * compare: port to GstCollectPads2Vincent Penquerc'h2011-12-152-15/+15
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-285-20/+16
* | collectpads: port API changesStefan Sauer2011-11-171-2/+2
|/
* debugutils: add compare elementMark Nauwelaerts2011-06-174-0/+747
* Fix missing header file and update spec to work around current compiler issuesChristian Fredrik Kalager Schaller2011-05-271-2/+3
* debugspy: Use G_PARAM_STATIC_STRINGSSebastian Dröge2011-05-261-2/+2
* debugspy: add new elementGuillaume Emont2011-05-264-0/+305
* chopmydata: don't push buffers smaller than min-size on eosTim-Philipp Müller2011-04-301-3/+9
* chopmydata: don't mess with adapter from non-streaming thread on FLUSH_STARTTim-Philipp Müller2011-04-301-2/+1
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-152-103/+5
* fpsdisplaysink:: fix compilation with older GLibTim-Philipp Müller2011-04-141-0/+8
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* fpsdisplaysink: Add last-message property and never print anything to stdoutSebastian Dröge2011-04-092-8/+50
* fpsdisplaysink: Rename verbose property to silent for consistencySebastian Dröge2011-04-092-12/+12
* fpsdisplay: Use PROP_ instead of ARG_ for the property enumsSebastian Dröge2011-04-081-37/+37
* fpsdisplay: Add verbose propertyPhilippe Normand2011-04-082-2/+18
* fpsdisplaysink: add "frames-dropped" and "frames-rendered" propertiesBenjamin Gaignard2011-03-182-9/+28
* fpsdisplay: fix sync property default valuebenjamin gaignard2011-03-031-2/+4
* chopmydata: Add new elementDavid Schleef2010-12-014-1/+485
* fpsdisplaysink: initialize interval_ts and last_frames_* countersLasse Laukkanen2010-09-241-1/+3
* checksumsink: fix up copyright in header fileTim-Philipp Müller2010-09-151-1/+1
* fpsdisplay: Use G_GUINT64_FORMAT instead of %lluSebastian Dröge2010-09-061-4/+6
* fpsdisplaysink: don't add a g_mainloop dependencyStefan Kost2010-09-062-20/+16
* fpsdisplaysink: small cleanupStefan Kost2010-09-061-1/+2
* fpsdisplaysink: measure fps in terms of wall clock timeRob Clark2010-09-062-61/+62
* checksumsink: Add new elementDavid Schleef2010-09-054-3/+257
* fpsdisplaysink: signal-fps-measurements is writableThiago Santos2010-07-011-2/+10
* fpsdisplaysink: Adds a signal to inform measurements to appsThiago Santos2010-06-245-1/+72