summaryrefslogtreecommitdiff
path: root/libs/gst/check
AgeCommit message (Expand)AuthorFilesLines
2012-01-05check: add macro to check for memory refcountWim Taymans1-0/+8
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-1/+1
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-2/+4
2011-12-04check: allow non-joinable threads in private g_thread_create() copyTim-Philipp Müller1-2/+4
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+73
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+62
2011-12-03g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller1-0/+11
2011-11-24check: drop caps argument from gst_check_setup_{src,sink}_padRené Stadler2-24/+6
2011-11-17pad: add parent to other functionsWim Taymans2-3/+3
2011-11-11.h: fix header filesWim Taymans2-142/+142
2011-11-10introspection: Add --warn-all to introspection scannerEdward Hervey1-0/+1
2011-11-08pad: Add GstPadProbeInfoWim Taymans2-6/+9
2011-11-07pad: rework pad probesWim Taymans1-1/+1
2011-11-01pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}Tim-Philipp Müller2-4/+4
2011-10-28check: also debug the DTSWim Taymans1-2/+4
2011-10-17gstcheck: Make ASSERT_MINI_OBJECT_REFCOUNT more usefulEdward Hervey1-3/+3
2011-10-17gstcheck: Make _check_buffer_data a bit more verboseEdward Hervey1-0/+8
2011-08-10Fix and clarify debug statementsJosep Torra1-2/+2
2011-07-05gst: make compiler warn about unstable API if GST_USE_UNSTABLE_API is not def...Tim-Philipp Müller1-0/+1
2011-06-07caps: use the caps eventWim Taymans1-2/+4
2011-06-01pad: implement pad block with probesWim Taymans2-7/+9
2011-06-01utils: remove _full variants of probesWim Taymans2-2/+3
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-0/+28
2011-05-24check: add fail_unless_equals_int64Debarshi Ray1-0/+28
2011-05-16Rework GstSegment handlingsegment-reworkWim Taymans1-8/+8
2011-05-10event: Hide the GstStructureWim Taymans1-1/+2
2011-05-08base: avoid using buffer capsWim Taymans1-4/+16
2011-05-06check: let the normal code unset capsWim Taymans1-3/+0
2011-05-05Revert "context: use context on buffers instead of caps"Wim Taymans1-15/+17
2011-05-04context: use context on buffers instead of capsremove-capsWim Taymans1-17/+15
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-2/+4
2011-04-16libs: gobject-introspection scanner doesn't need to scan or update plugin infoTim-Philipp Müller1-0/+1
2011-04-16libs: make sure gobject-introspection scanner calls gst_init()Tim-Philipp Müller1-0/+1
2011-03-28buffer: more fixesWim Taymans3-0/+22
2011-03-28memory: port code to new buffer data APIWim Taymans1-8/+17
2011-02-22Merge branch 'master' into 0.11Wim Taymans3-2/+10
2011-01-25checks: add a comment to indicate that we intentionally leave out the 'break'Stefan Kost1-0/+1
2011-01-24check: don't leak xml file name if GST_CHECK_XML is setTim-Philipp Müller1-2/+5
2011-01-18gobject-introspection: try harder to make g-ir-scanner use the right libgstre...Tim-Philipp Müller1-0/+1
2011-01-11gobject-introspection: make g-ir-scanner try harder to find the right libgstr...Tim-Philipp Müller1-0/+1
2010-12-11libs: Fix GIR build for srcdir != builddirEdward Hervey1-0/+2
2010-12-07Merge branch 'master' into 0.11Wim Taymans1-0/+1
2010-12-07libs: Add -I$(top_srcdir)/libs to g-ir-scanner commandsEdward Hervey1-0/+1
2010-12-06more 0.10 -> 0.11Wim Taymans1-4/+4
2010-12-05gstcheck: Don't check pad refcount too earlyEdward Hervey1-1/+4
2010-11-21introspection: Include exported packages information in GIRsEvan Nemerson1-0/+1
2010-09-01build: use new AG_GST_PKG_CONFIG_PATH m4 macro from commonTim-Philipp Müller1-1/+1
2010-08-30check: Use g_strcmp0 instead of strcmpEdward Hervey1-1/+1
2010-08-05check: don't use c++ keywords as variable namesStefan Kost2-12/+12
2010-07-16gstcheck: fix some silly list iteration codeTim-Philipp Müller1-11/+6