summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-14doc: More doc warning fixesNicolas Dufresne1-2/+2
2015-06-14doc: In GstUri we meant nul-terminated, not %NULLNicolas Dufresne1-1/+1
2015-06-13doc: Fix GstUri doc typosNicolas Dufresne1-3/+3
2015-06-02uri: match return type of get_uri_type() implementation to declarationTim-Philipp Müller1-2/+2
2015-04-16docs: clarify that return value of gst_filename_to_uri() must be freedTim-Philipp Müller1-0/+3
2015-04-03uri: Silence a compiler warningNicolas Dufresne1-1/+1
2015-01-22uri: Fix indentionSebastian Dröge1-4/+5
2015-01-22uri: Fix parsing issuesDavid Waring1-29/+53
2014-11-07uri: Fix gobject-introspection warningsSebastian Dröge1-2/+2
2014-09-29uri: Don't unconditionally use g_list_copy_deep()Sebastian Dröge1-0/+19
2014-09-29uri: Include our own BSD licensed copy of strcasestr() for Windows and othersSebastian Dröge1-0/+62
2014-09-29uri: Fix compiler warnings with gccSebastian Dröge1-1/+1
2014-09-29uri: Fix memory leak in gst_uri_join()Sebastian Dröge1-1/+1
2014-09-29GstUri: Add GstUri miniobject to handle URIs in an RFC 3986 compliant fashionDavid Waring1-1/+1822
2014-09-19gsturi: Remove unnecessary codeRavi Kiran K N1-8/+1
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-9/+11
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-14/+14
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-11-21gst: g_memmove() is deprecatedTim-Philipp Müller1-4/+4
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-26uri: use proper 'transfer floating' annotationMark Nauwelaerts1-1/+1
2012-07-28uri: Fix wrong 'array zero-terminated=1' annotation for stringsThibault Saunier1-10/+9
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-6/+0
2012-07-04uri: there are valid URI protocols with only two letters, like fd://Tim-Philipp Müller1-2/+2
2012-06-23uri: add error argument to gst_element_make_from_uri()Tim-Philipp Müller1-8/+32
2012-05-23uri: Add some debug statementsEdward Hervey1-0/+3
2012-05-01uri: require URI protocol bit to be at least 3 characters to be validTim-Philipp Müller1-2/+2
2012-03-29docs: update more documentationWim Taymans1-1/+1
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-1/+0
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-1/+1
2011-11-13urihandler: fix return type of get_protocols()Tim-Philipp Müller1-6/+7
2011-11-13urihandler: pass GError argument to gst_uri_handler_set_uri()Tim-Philipp Müller1-3/+37
2011-11-13urihandler: make _get_uri() return a copyTim-Philipp Müller1-2/+2
2011-11-13urihandler: remove "new-uri" signalTim-Philipp Müller1-50/+1
2011-06-22uri: remove some _full variantsWim Taymans1-13/+4
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-1/+1
2011-02-24uri: make win32 buildbot happyTim-Philipp Müller1-5/+7
2011-02-24uri: add gst_filename_to_uri() that takes relative filenamesTim-Philipp Müller1-0/+111
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-19/+23
2009-12-07gsturi: Don't use g_signal_emit_by_name, use the signal ID directlyEdward Hervey1-2/+11
2009-10-22gsturi: Optimisation: Avoid type-checking in sorting method.Edward Hervey1-5/+2
2009-10-22gsturi: Optimisation : Cast when we're sure of the type.Edward Hervey1-3/+4
2009-06-08Remove double semicolons at end of lineTim-Philipp Müller1-1/+1
2009-05-12GstURIHandler: Use get_type_full() vmethod if specified instead of get_type()Sebastian Dröge1-2/+7
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-3/+6
2009-04-03Remove unused increments as detect by LLVM's CLang static analyzer.Edward Hervey1-1/+1
2008-08-28gst/gsturi.c: Don't segfault on input like "tel:+1-123-555-1234".Stefan Kost1-0/+2
2008-07-31gst/gsturi.c: Be more liberal in what URIs we accept.Michael Smith1-7/+10
2008-04-20gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_as...Tim-Philipp Müller1-1/+1
2008-04-19gst/gsturi.c: A valid URI scheme can also include '+', '-' and '.' additional...Sebastian Dröge1-7/+24