summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-17utils: set return type of gst_parse_bin_* to GstBin for introspectionEvan Nemerson1-2/+4
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-42/+0
2012-07-04utils: remove unused gst_print_* functionsTim-Philipp Müller1-90/+0
2012-06-18utils: fix some docsWim Taymans1-3/+4
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-1/+1
2012-06-05utils: improve debugWim Taymans1-1/+2
2012-05-21docs: improve the seeking docs more.Stefan Sauer1-2/+2
2012-03-28buffer: unify buffer merge methodsWim Taymans1-68/+0
2012-03-23utils: add and improve debug messagesMark Nauwelaerts1-3/+9
2012-03-15utils: improve debugWim Taymans1-10/+7
2012-03-11caps: avoid using in-place oprationsWim Taymans1-1/+1
2012-02-09utils: remove gst_element_class_install_std_props()Tim-Philipp Müller1-122/+0
2012-01-27tests: fix some more leaksWim Taymans1-4/+5
2012-01-25gst: gst_parse_bin_from_description returns a new referencePeteris Krisjanis1-1/+1
2012-01-24gstutils: add a 64 bit version of GCD calculationVincent Penquerc'h1-0/+26
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-3/+0
2011-12-14pad: allow NULL as filter caps argument with query_caps()Tim-Philipp Müller1-2/+2
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+3
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+3
2011-11-25utils: fix debug of query resultWim Taymans1-2/+2
2011-11-22Fix printf format compiler warnings on OSX/64bitMatej Knopp1-1/+1
2011-11-16GstPadFlags: rename flags GST_PAD_* -> GST_PAD_FLAG_*Wim Taymans1-1/+1
2011-11-16don't require parent element to proxyWim Taymans1-29/+0
2011-11-15pad: move query convenience functions togetherWim Taymans1-0/+149
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans1-6/+6
2011-11-15pad: _get_caps() -> _query_caps()Wim Taymans1-4/+4
2011-11-15utils: fix docsWim Taymans1-4/+4
2011-11-15utils: fix the proxy functionsWim Taymans1-124/+44
2011-11-15pad: remove getcaps and use caps queryWim Taymans1-55/+152
2011-11-02utils: remove _found_tags_ APIWim Taymans1-58/+0
2011-10-16gstbuffer: Add transfer annotations for gst_buffer_join()Edward Hervey1-2/+2
2011-10-14gstbuffer: Add transfer annotations for gst_buffer_join()Edward Hervey1-2/+2
2011-10-10utils: catch invalid instance sizes in gst_type_register_static_full()Tim-Philipp Müller1-0/+3
2011-10-10utils: remove gst_type_register_static_full()Tim-Philipp Müller1-70/+0
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-6/+6
2011-09-07docs, gst: typo fixesPiotr Fusik1-7/+7
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-08-26utils: minor changes related to enum typesJosep Torra1-2/+2
2011-07-28gst: fix awkward dest_format inout parameter in query utility functionsTim-Philipp Müller1-48/+41
2011-06-22tags: Remove crazy tag messagesWim Taymans1-6/+0
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-2/+2
2011-06-07fix some circular includesWim Taymans1-1/+0
2011-06-07utils: remove proxy_setcapsWim Taymans1-99/+0
2011-06-05Merge branch 'master' into 0.11Tim-Philipp Müller1-1/+2
2011-06-04Work around changes in g_atomic APIDavid Schleef1-1/+2
2011-06-02utils: use g_printerr() as stated in the FIXMEWim Taymans1-4/+4
2011-06-01pad: implement pad block with probesWim Taymans1-212/+0
2011-06-01utils: remove _full variants of probesWim Taymans1-73/+3