- 2109e33 gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_ascii_strdown() returns a newly-allocated ... by Tim-Philipp Müller · 17 years ago
- 16cd84e gst/gsturi.c: A valid URI scheme can also include '+', '-' and '.' additional to alphanumeric characters as per RFC 3... by Sebastian Dröge · 17 years ago
- fdeea4f Switch to using portabl gsize/gssize instead of size_t/ssize_t by Edward Hervey · 17 years ago
- 99867e9 gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. Fixes by Rene Stadler · 17 years ago
- 3f967a8 gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and not '/c:/foo/bar.txt' on Windows. Fixes ... by Tim-Philipp Müller · 17 years ago
- 1756e6a gst/: Remove empty instance_init() functions to save relocs and lessen the noise. Remove some of the function prototy... by Stefan Kost · 18 years ago
- 7f1acfb gst/gsturi.c: Don't leak plugin feature. by Tim-Philipp Müller · 18 years ago
- ef1a5d2 gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563). by Jeroen Wouters · 18 years ago
- 06f0544 Typo fixes; minor docs addition. by Tim-Philipp Müller · 18 years ago
- 003aaea API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that supports a given URI protocol exists. by Sebastian Dröge · 18 years ago
- d6c2573 gst/gstpad.c: Enhance debug and improve docs by Stefan Kost · 18 years ago
- 5c666e7 gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any supported protocols. The list of protocols ... by Tim-Philipp Müller · 18 years ago
- 09f47d1 gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!) by Wim Taymans · 19 years ago
- 7e972ee Add G_UNLIKELY in type registration. by Wim Taymans · 19 years ago
- 09bc0d9 Add new API: gst_uri_has_protocol() (#333779). by Tim-Philipp Müller · 19 years ago
- a53172d doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' by Stefan Kost · 19 years ago
- 18c654d Document GstURIHandler by Edward Hervey · 19 years ago
- bef56ce various style fixes by Thomas Vander Stichele · 19 years ago
- 2dd1598 whitespace fixes by Thomas Vander Stichele · 19 years ago
- 4a74148 signedness/type fixes by Thomas Vander Stichele · 19 years ago
- a3bac07 remove by David Schleef · 19 years ago
- 1561a07 inlined more docs, fixed double id-ref by Stefan Kost · 19 years ago
- f8e79bd *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! by Andy Wingo · 20 years ago
- 5910c2f gst/gsturi.c: Fix potential endless loop. by Tim-Philipp Müller · 20 years ago
- 970da8b gst/gsturi.c (gst_uri_get_location): unescape string escape string. by Johan Dahlin · 20 years ago
- e4c86da fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt by Stefan Kost · 20 years ago
- ca7539c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... by David Schleef · 21 years ago
- f55a809 remove gst_info remove gstlog.h, fold back to gstinfo.h update translations by Thomas Vander Stichele · 21 years ago
- beb197f gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. And we didn't unref it later anyway... (hu... by Benjamin Otte · 21 years ago
- 8ce063f docs/gst/Makefile.am: Disable a bunch of headers from being scanned by David Schleef · 21 years ago
- 7baa6c1 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
- a967370 gst-indent run on core by Thomas Vander Stichele · 21 years ago
- 97f89b5 make signals use dashes in the names by Thomas Vander Stichele · 21 years ago
- 38029f4 Change usage of isblah() to g_ascii_isblah() to be more locale independent. (#133076) by David Schleef · 21 years ago
- 25f8586 implement URI schemes by Benjamin Otte · 21 years ago
- 803ce6b GST_DEBUG reorganization containing loads of stuff: by Benjamin Otte · 22 years ago
- 69787c8 Documentation updates by Wim Taymans · 22 years ago
- eb5536a - Added infrastructure to run a filter against plugins, registries and registrypools. This makes it possible to creat... by Wim Taymans · 22 years ago
- a6dfa0f Documentation updates by Wim Taymans · 22 years ago
- e44705d include *pool.h by Wim Taymans · 22 years ago
- ec6a2c1 Small cleanups by Wim Taymans · 22 years ago
- 69f6580 Fix uri function.. by Wim Taymans · 22 years ago
- 1bce047 avoid having to depend on glib 2.2 by Thomas Vander Stichele · 22 years ago
- 5886cb8 - Added rank to plugin features (for future use) by Wim Taymans · 22 years ago
- 1ee670c Added infrastructure to register URI to element+property mappings by Wim Taymans · 22 years ago