summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
Commit message (Expand)AuthorAgeFilesLines
* registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller2012-01-021-1/+1
* urihandler: fix return type of get_protocols()Tim-Philipp Müller2011-11-131-6/+7
* urihandler: pass GError argument to gst_uri_handler_set_uri()Tim-Philipp Müller2011-11-131-3/+37
* urihandler: make _get_uri() return a copyTim-Philipp Müller2011-11-131-2/+2
* urihandler: remove "new-uri" signalTim-Philipp Müller2011-11-131-50/+1
* uri: remove some _full variantsWim Taymans2011-06-221-13/+4
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-1/+1
* uri: make win32 buildbot happyTim-Philipp Müller2011-02-241-5/+7
* uri: add gst_filename_to_uri() that takes relative filenamesTim-Philipp Müller2011-02-241-0/+111
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-19/+23
* gsturi: Don't use g_signal_emit_by_name, use the signal ID directlyEdward Hervey2009-12-071-2/+11
* gsturi: Optimisation: Avoid type-checking in sorting method.Edward Hervey2009-10-221-5/+2
* gsturi: Optimisation : Cast when we're sure of the type.Edward Hervey2009-10-221-3/+4
* Remove double semicolons at end of lineTim-Philipp Müller2009-06-081-1/+1
* GstURIHandler: Use get_type_full() vmethod if specified instead of get_type()Sebastian Dröge2009-05-121-2/+7
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-3/+6
* Remove unused increments as detect by LLVM's CLang static analyzer.Edward Hervey2009-04-031-1/+1
* gst/gsturi.c: Don't segfault on input like "tel:+1-123-555-1234".Stefan Kost2008-08-281-0/+2
* gst/gsturi.c: Be more liberal in what URIs we accept.Michael Smith2008-07-311-7/+10
* gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_as...Tim-Philipp Müller2008-04-201-1/+1
* gst/gsturi.c: A valid URI scheme can also include '+', '-' and '.' additional...Sebastian Dröge2008-04-191-7/+24
* Switch to using portabl gsize/gssize instead of size_t/ssize_tEdward Hervey2008-03-031-2/+2
* gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. FixesRene Stadler2008-02-291-2/+8
* gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and ...Tim-Philipp Müller2007-09-121-9/+24
* gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost2007-06-271-1/+1
* gst/gsturi.c: Don't leak plugin feature.Tim-Philipp Müller2007-05-111-1/+1
* gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563).Jeroen Wouters2007-05-111-2/+2
* Typo fixes; minor docs addition.Tim-Philipp Müller2007-04-281-4/+6
* API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that...Sebastian Dröge2007-04-271-7/+49
* gst/gstpad.c: Enhance debug and improve docsStefan Kost2006-11-061-1/+3
* gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any sup...Tim-Philipp Müller2006-09-251-2/+7
* gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!)Wim Taymans2006-07-051-2/+3
* Add G_UNLIKELY in type registration.Wim Taymans2006-06-121-1/+1
* Add new API: gst_uri_has_protocol() (#333779).Tim-Philipp Müller2006-03-091-0/+26
* doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost2006-01-271-2/+3
* Document GstURIHandlerEdward Hervey2005-11-091-32/+52
* various style fixesThomas Vander Stichele2005-10-151-2/+3
* whitespace fixesThomas Vander Stichele2005-10-151-8/+8
* signedness/type fixesThomas Vander Stichele2005-10-151-1/+1
* removeDavid Schleef2005-09-151-3/+3
* inlined more docs, fixed double id-refStefan Kost2005-08-311-0/+8
* *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging...Andy Wingo2005-06-281-1/+1
* gst/gsturi.c: Fix potential endless loop.Tim-Philipp Müller2005-06-201-0/+1
* gst/gsturi.c (gst_uri_get_location): unescape string escape string.Johan Dahlin2004-10-111-2/+204
* fixed all double <TITLE> elements in sections.txt added missing <TITLE> eleme...Stefan Kost2004-07-261-0/+2
* Changes to handle compilers that don't have variadic macro support. In parti...David Schleef2004-05-071-1/+1
* remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele2004-05-031-0/+1
* gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. An...Benjamin Otte2004-04-061-1/+1
* docs/gst/Makefile.am: Disable a bunch of headers from being scannedDavid Schleef2004-03-301-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-8/+10