summaryrefslogtreecommitdiffstats
path: root/gst/debug
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-283-34/+24
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+4
* gst/debug/gsttaginject.c: Add warning when tags parameter is unparsable and g...Stefan Kost2008-09-031-5/+12
* gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). F...Stefan Kost2008-07-222-12/+17
* gst/debug/gsttaginject.c: Don't pass NULL taglists to gst_tag_list_is_empty().Sebastian Dröge2008-07-141-1/+1
* gst/debug/gsttaginject.c: Don't unref NULL taglist in finalize. Don't use c++...Tim-Philipp Müller2008-06-131-7/+11
* gst/debug/gsttaginject.*: Now actually adding the new element.Stefan Kost2008-06-112-0/+252
* Remove dummy plugin_init. Remove some undefined entries from doc- section fil...Stefan Kost2008-06-1112-100/+49
* gst/debug/gstnavigationtest.c: MSVC doesn't provide rint(), define an adequat...Michael Smith2008-04-281-0/+4
* gst/debug/rndbuffersize.c: Fix printf format to pacify Mac OSX's gcc.Julien Moutte2008-04-281-1/+1
* gst/debug/rndbuffersize.c: Bring rndbuffersize element into a state that does...Tim-Philipp Müller2008-04-251-42/+85
* Stop using deprecated GLib functions.Sebastian Dröge2008-04-241-1/+1
* gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979.Sebastian Dröge2008-02-121-2/+11
* gst/debug/rndbuffersize.c: Fix debug statement.Wim Taymans2007-08-171-1/+1
* gst/debug/rndbuffersize.c: Fix da leak.Stefan Kost2007-08-161-3/+23
* gst/debug/: Add new test element and clean-up the others a little.Stefan Kost2007-08-147-24/+343
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1
* gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should b...Stefan Kost2007-05-151-1/+1
* gst/debug/breakmydata.c: Ooops, no // comments please.Stefan Kost2007-05-151-1/+0
* gst/debug/breakmydata.c: Fix gst_buffer_is_writable() assertion.Stefan Kost2007-05-151-3/+4
* gst/debug/progressreport.c: Don't try to post NULL message (in case we can't ...Tim-Philipp Müller2007-04-201-1/+3
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+16
* Don't mix tabs and spaces (#414168).Loïc Minier2007-03-031-8/+8
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+1
* gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// ...Tim-Philipp Müller2007-02-124-1/+274
* gst/debug/progressreport.c: Some more docs.Tim-Philipp Müller2007-02-081-0/+12
* docs/plugins/inspect/plugin-rtp.xml: Update for new elements.Tim-Philipp Müller2007-02-071-0/+68
* Make progressreport element post messages with the current progress on the bu...Tim-Philipp Müller2007-02-072-34/+84
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-3/+3
* Printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* More G_OBJECT macro fixing.Stefan Kost2006-09-163-3/+3
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-013-4/+4
* gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller2006-05-281-4/+1
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-062-4/+6
* gst/: don't leak caps-stringStefan Kost2006-05-021-1/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-257-7/+9
* gst/debug/progressreport.c: Add 'format' property to force querying to a part...Tim-Philipp Müller2006-04-211-82/+138
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* better/unified long descriptionsWim Taymans2006-03-306-21/+17
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-152-12/+6
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+3
* gst/debug/efence.c: Added pull mode.Edward Hervey2005-12-111-4/+58
* gst/debug/efence.c: Make sure GST_BUFFER_DATA is set on fenced copied buffers...Tim-Philipp Müller2005-12-111-21/+29
* expand tabsThomas Vander Stichele2005-12-062-23/+23
* gst/: update for symbols changeThomas Vander Stichele2005-11-302-4/+4
* gst/debug/: Update for GstBaseTransform event virtual methodEdward Hervey2005-11-292-2/+2
* remove the videofilter library and link to the one in baseThomas Vander Stichele2005-11-292-5/+3
* gst/: Handle strides correctly, fix identity flipping, convert navigation eve...Julien Moutte2005-11-241-7/+6
* gst/debug/gstnavigationtest.c: Oops, initialise the framerate GValueJan Schmidt2005-11-231-0/+1