summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-25Small cosmetic cleanupsJosep Torra1-1/+1
2011-04-25Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-04-24minor inline documentation fixDavid Schleef1-1/+1
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-6/+14
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge1-2/+2
2011-04-14utils: Fix caps leaks in gst_element_factory_can_accept_{any,all}_caps_in_dir...Sebastian Dröge1-4/+12
2011-03-28memory: port code to new buffer data APIWim Taymans1-2/+10
2011-03-17utils: Remove deprecated gst_element_factory_can_{sink,src}_caps()Sebastian Dröge1-50/+0
2011-03-17Merge branch 'master' into 0.11Sebastian Dröge1-2/+12
2011-03-10utils: fix ABI break when compiling gstreamer with -DGST_DISABLE_DEPRECATEDTim-Philipp Müller1-2/+12
2011-03-10Merge branch 'master' into 0.11Wim Taymans1-29/+126
2011-03-09gstutils: replace gst_element_factory_can_{sink,src}_capsThijs Vermeir1-29/+126
2011-03-02Merge branch 'master' into 0.11Wim Taymans1-1/+6
2011-02-28docs: typo fixesTim-Philipp Müller1-2/+2
2011-02-28docs: small updates as suggested on a blogStefan Kost1-1/+6
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-156/+146
2011-02-16utils: tell also what pad a pad is already linked againstStefan Kost1-4/+7
2011-02-14utils: return real error in compatible link checkChen Rui1-1/+10
2011-01-05GstElement: Add a more flexible way to get request pads.Edward Hervey1-23/+5
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-4/+4
2010-12-17gst: documentation fixups and annotationEdward Hervey1-3/+4
2010-12-07utils: remove some dead code, GST_DEBUG_COLOR is never definedTim-Philipp Müller1-30/+0
2010-12-07utils: const-ify arguments to gst_object_default_error()Tim-Philipp Müller1-1/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-93/+116
2010-12-07pad: remove get_caps_reffed variantsWim Taymans1-4/+4
2010-12-06remove deprecated symbols and methodsWim Taymans1-74/+0
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-4/+4
2010-12-03pad: clear pad cache when installing probesWim Taymans1-0/+3
2010-12-02utils: return immediately for -1 conversionWim Taymans1-2/+2
2010-12-02utils: a convert query can have a -1 input valueWim Taymans1-1/+0
2010-08-28utils: Fix inverted assertion logic in gst_util_fraction_compare()Sebastian Dröge1-1/+1
2010-08-28utils: Add gst_util_fraction_compare() to compare fractionsSebastian Dröge1-0/+48
2010-08-19element: link_many should activate pads if neededThiago Santos1-0/+10
2010-08-05utils: speed up pad linking utility functions by not trying pads that will ne...Tim-Philipp Müller1-1/+9
2010-08-05utils: better error logging in link_pads_filteredStefan Kost1-4/+18
2010-08-05gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the oth...Olivier Crête1-2/+4
2010-07-16utils: Add more details about gst_element_get_compatible_padEdward Hervey1-0/+4
2010-07-05docs: improve the api docs for new GstPadLinkChecks and its useStefan Kost1-0/+4
2010-06-23gstutils: New gst_element_link_pads_full methodEdward Hervey1-9/+35
2010-06-04utils: Use G_PARAM_STATIC_STRINGS for standard propertiesSebastian Dröge1-0/+2
2010-05-13utils: Simplify fractions before doing calculations that could cause overflowsSebastian Dröge1-12/+25
2010-05-13utils: GCD is 0 if both parameters are 0, don't divide by zeroSebastian Dröge1-15/+34
2010-05-13utils: Simplify result of gst_fraction_multiply()Sebastian Dröge1-4/+5
2010-05-04utils: use reffed _get_caps() versionWim Taymans1-3/+3
2010-03-15utils: Handle iterator resyncs in gst_pad_proxy_setcaps()Sebastian Dröge1-10/+26
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+2
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-2/+11
2010-03-10utils: Use mulq instead of mul as some assemblers can't guess the size of the...Jeremy Huddleston1-1/+1
2010-01-10utils: defer getting the classes until we actualy need themStefan Kost1-3/+3
2010-01-10utils: avoid extra hop in gst_element_linkStefan Kost1-1/+1