summaryrefslogtreecommitdiff
path: root/gst/gstinfo.c
Commit message (Expand)AuthorAgeFilesLines
* info: make printing datetimes work with GST_PTR_FORMATTim-Philipp Müller2014-06-031-3/+0
* info: first handle all miniobjects, then GObjectsWim Taymans2014-06-031-9/+9
* info: GstDateTime does not have a GType as first fieldWim Taymans2014-06-031-0/+3
* info: use macros to check typesWim Taymans2014-06-031-3/+3
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-5/+5
* docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer2014-02-271-12/+8
* info: move some env-var checks from gst to gstinfo as wellStefan Sauer2014-01-161-0/+11
* info: debug segment offset field as wellWim Taymans2014-01-081-10/+12
* info: return existing category if a debug category is registered twiceVíctor Manuel Jáquez Leal2013-12-071-2/+4
* info: Make sure the same category is not added twiceOlivier Crête2013-12-041-1/+10
* info: Protect __categories list in get_category with lock tooOlivier Crête2013-12-041-2/+14
* gst: g_memmove() is deprecatedTim-Philipp Müller2013-11-211-2/+2
* docs: cosmetic since marker fixesTim-Philipp Müller2013-11-161-1/+1
* context: Change GstContext to contain only a single contextSebastian Dröge2013-09-171-6/+4
* gst: minor docstring fixups to make g-i happyEdward Hervey2013-08-141-4/+4
* info: parse debug levels > 9David Schleef2013-07-241-3/+9
* info: Add some Since: 1.2Sebastian Dröge2013-07-181-0/+6
* info: Add debug color mode optionРуслан Ижбулатов2013-07-181-60/+132
* info: Fix black and underline coloring on W32Руслан Ижбулатов2013-07-181-3/+5
* info: Cut down src file names for MinGW tooРуслан Ижбулатов2013-07-181-2/+2
* printf: don't build if debugging subsystem was disabledTim-Philipp Müller2013-04-131-0/+40
* printf: add infrastructure for pointer extensions hookTim-Philipp Müller2013-04-121-57/+31
* info: use new internal printf for debug message printingTim-Philipp Müller2013-04-121-46/+17
* info: minor cosmetic changesTim-Philipp Müller2013-04-011-8/+8
* info: fix object printing of caps features in debug logTim-Philipp Müller2013-04-011-1/+1
* info: refactor pretty printing objectsStefan Sauer2013-04-011-81/+79
* caps: Add new data type for handling caps features to the capsSebastian Dröge2013-03-311-0/+4
* gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge2013-03-291-1/+19
* info: fix compiler warning when debugging disabledSebastian Rasmussen2012-11-121-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* info: allow setting of GST_DEBUG levels by nameTim-Philipp Müller2012-10-271-3/+19
* info: add a function to set debug threshold from a GST_DEBUG-style stringThibault Saunier2012-10-271-0/+93
* info: Don't use GST_DEBUG() in gst_debug_add_log_function() and related funct...Sebastian Dröge2012-10-221-11/+19
* info: do not register printf extension for %pOlivier Blin2012-09-271-6/+6
* info: make taglists and datetime loggable via GST_PTR_FORMATTim-Philipp Müller2012-07-141-0/+9
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-2/+0
* gstinfo: Add destroy notify arguments to debug stubsSebastian Rasmussen2012-07-071-1/+2
* info: add new locking debug categoryWim Taymans2012-07-051-0/+2
* info: add destroy notify to gst_debug_add_log_function()Wim Taymans2012-06-201-8/+22
* meta: improve debuggingWim Taymans2012-03-011-0/+2
* info: debug segment duration as wellWim Taymans2012-02-201-4/+4
* info: also debug position of segmentWim Taymans2012-02-181-4/+7
* Update debug categoriesWim Taymans2012-02-021-9/+3
* Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-32/+32
* buffer: add pts/dts to buffersWim Taymans2011-10-281-2/+3
* info: make _gst_debug_init() private for nowTim-Philipp Müller2011-10-081-7/+2
* info: rename __gst_debug_* to _gst_debug_* and fix symbol export regexpTim-Philipp Müller2011-10-081-9/+9
* info: port to 0.11Wim Taymans2011-10-081-10/+6
* Merge branch 'master' into 0.11Wim Taymans2011-10-081-0/+17
|\
| * GST_PTR_FORMAT: Add GstBuffer ptr format and use in GST_SCHEDULINGRobert Swain2011-10-071-0/+17