summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-03Switch to using portabl gsize/gssize instead of size_t/ssize_tEdward Hervey1-2/+2
2008-02-29gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. FixesRene Stadler1-2/+8
2007-09-12gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and ...Tim-Philipp Müller1-9/+24
2007-06-27gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost1-1/+1
2007-05-11gst/gsturi.c: Don't leak plugin feature.Tim-Philipp Müller1-1/+1
2007-05-11gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563).Jeroen Wouters1-2/+2
2007-04-28Typo fixes; minor docs addition.Tim-Philipp Müller1-4/+6
2007-04-27API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that...Sebastian Dröge1-7/+49
2006-11-06gst/gstpad.c: Enhance debug and improve docsStefan Kost1-1/+3
2006-09-25gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any sup...Tim-Philipp Müller1-2/+7
2006-07-05gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!)Wim Taymans1-2/+3
2006-06-12Add G_UNLIKELY in type registration.Wim Taymans1-1/+1
2006-03-09Add new API: gst_uri_has_protocol() (#333779).Tim-Philipp Müller1-0/+26
2006-01-27doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost1-2/+3
2005-11-09Document GstURIHandlerEdward Hervey1-32/+52
2005-10-15various style fixesThomas Vander Stichele1-2/+3
2005-10-15whitespace fixesThomas Vander Stichele1-8/+8
2005-10-15signedness/type fixesThomas Vander Stichele1-1/+1
2005-09-15removeDavid Schleef1-3/+3
2005-08-31inlined more docs, fixed double id-refStefan Kost1-0/+8
2005-06-28*.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging...Andy Wingo1-1/+1
2005-06-20gst/gsturi.c: Fix potential endless loop.Tim-Philipp Müller1-0/+1
2004-10-11gst/gsturi.c (gst_uri_get_location): unescape string escape string.Johan Dahlin1-2/+204
2004-07-26fixed all double <TITLE> elements in sections.txt added missing <TITLE> eleme...Stefan Kost1-0/+2
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef1-1/+1
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-0/+1
2004-04-06gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. An...Benjamin Otte1-1/+1
2004-03-30docs/gst/Makefile.am: Disable a bunch of headers from being scannedDavid Schleef1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-8/+10
2004-03-13gst-indent run on coreThomas Vander Stichele1-45/+64
2004-03-04make signals use dashes in the namesThomas Vander Stichele1-2/+1
2004-02-02Change usage of isblah() to g_ascii_isblah() to be more locale independent. ...David Schleef1-3/+2
2003-11-24implement URI schemesBenjamin Otte1-147/+276
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-1/+1
2003-05-06Documentation updatesWim Taymans1-0/+11
2003-04-14- Added infrastructure to run a filter against plugins, registries and regist...Wim Taymans1-11/+18
2003-02-10Documentation updatesWim Taymans1-1/+1
2003-02-10include *pool.hWim Taymans1-1/+1
2003-02-10Small cleanupsWim Taymans1-1/+0
2003-02-05Fix uri function..Wim Taymans1-5/+6
2003-01-17avoid having to depend on glib 2.2Thomas Vander Stichele1-1/+21
2003-01-16- Added rank to plugin features (for future use)Wim Taymans1-21/+46
2003-01-16Added infrastructure to register URI to element+property mappingsWim Taymans1-0/+197