- 02 Oct, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 14 Jun, 2015 3 commits
-
-
Nicolas Dufresne authored
So from this point, the remaining warning for libgstreamer are about protected member not showing in the doc. This may need some discussion with upstream gtk-doc people. * Remove % in from of none macro * Fixed GST_TYPE_FAGS -> GST_TYPE_FAG_SET * Minor wording fix * Can't link to GstUri.port, so split the .port part
-
Nicolas Dufresne authored
%NULL refers to the pointer. I've written it this way in one word as this is what GLib uses.
-
Nicolas Dufresne authored
* Use &perctn; instead of reserved character % * NULL take two L
-
- 02 Jun, 2015 1 commit
-
-
- 16 Apr, 2015 1 commit
-
-
- 03 Apr, 2015 1 commit
-
-
Nicolas Dufresne authored
This is a false positive for use initialized. The variable is set and used enclosed in the safe if condition.
-
- 22 Jan, 2015 2 commits
-
-
Sebastian Dröge authored
-
David Waring authored
Make host IPs in square brackets store only the IP, i.e. strip the brackets. Strip leading whitespace characters in URIs. Fail parsing when host part does not match any valid formats from RFC3986. https://bugzilla.gnome.org/show_bug.cgi?id=743195
-
- 07 Nov, 2014 1 commit
-
-
Sebastian Dröge authored
gsturi.c:997: Error: Gst: Skipping invalid GTK-Doc comment block: /** private GstUri functions **/ ^ gsturi.c:1179: Error: Gst: Skipping invalid GTK-Doc comment block: /** RFC 3986 functions **/ ^
-
- 29 Sep, 2014 5 commits
-
-
Sebastian Dröge authored
We don't depend on GLib 2.34 yet and just for this seems a bit useless. https://bugzilla.gnome.org/show_bug.cgi?id=737584
-
Sebastian Dröge authored
-
Sebastian Dröge authored
These are actually not true. gsturi.c: In function '_gst_uri_string_to_table.constprop': gsturi.c:1316:27: error: 'pct_kv_sep' may be used uninitialized in this function [-Werror=maybe-uninitialized] for (next_sep = strcasestr (value, pct_kv_sep); next_sep; ^ gsturi.c:1283:24: error: 'pct_part_sep' may be used uninitialized in this function [-Werror=maybe-uninitialized] next_sep = strcasestr (next_sep + 1, pct_part_sep)) { ^
-
Sebastian Dröge authored
The merged path segments are a deep-copied list and we need to free the contained strings too instead of just the list nodes themselves.
-
-
- 19 Sep, 2014 1 commit
-
-
Ravi Kiran K N authored
gst_uri_handler_set_uri() function has new_uri, location and colon are not necessary, they can be removed. https://bugzilla.gnome.org/show_bug.cgi?id=736877
-
- 26 Jun, 2014 1 commit
-
-
Evan Nemerson authored
Support for (nullable) was added to G-I at the same time as nullable return values. Previous versions of G-I will not mark return values as nullable, even when an (allow-none) annotation is present, so it is not necessary to add (allow-none) annotations for compatibility with older versions of G-I. https://bugzilla.gnome.org/show_bug.cgi?id=730957
-
- 29 May, 2014 1 commit
-
-
Evan Nemerson authored
This should help improve documentation generated for languages other than C. https://bugzilla.gnome.org/show_bug.cgi?id=730961
-
- 26 Apr, 2014 1 commit
-
-
Tim-Philipp Müller authored
They are very confusing for people, and more often than not also just not very accurate. Seeing 'last reviewed: 2005' in your docs is not very confidence-inspiring. Let's just remove those comments.
-
- 21 Nov, 2013 1 commit
-
-
Tim-Philipp Müller authored
Just use plain memmove(), g_memmove() is deprecated in recent GLib versions. https://bugzilla.gnome.org/show_bug.cgi?id=712811
-
- 03 Nov, 2012 1 commit
-
-
- 26 Sep, 2012 1 commit
-
-
- 29 Jul, 2012 1 commit
-
-
Thibault Saunier authored
-
- 10 Jul, 2012 1 commit
-
-
Edward Hervey authored
-
- 04 Jul, 2012 1 commit
-
-
Tim-Philipp Müller authored
We added a minimum length of three letters originally so we would fail to recognise DOS/Windows-style filenames as valid URIs (as we should). Two should be just fine as well.
-
- 23 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
So callers can differentiate between there not being a handler for the protocol, and them not accepting the URI for some reason. https://bugzilla.gnome.org/show_bug.cgi?id=645467
-
- 23 May, 2012 1 commit
-
-
Edward Hervey authored
-
- 01 May, 2012 1 commit
-
-
Tim-Philipp Müller authored
We want to return FALSE when run on a windows-style file path. https://bugzilla.gnome.org/show_bug.cgi?id=674296
-
- 29 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 02 Mar, 2012 1 commit
-
-
Sebastian Dröge authored
Fixes bug #671130.
-
- 02 Jan, 2012 1 commit
-
-
Tim-Philipp Müller authored
It's not really a default if there is only one that can't be changed. Should we return a ref like e.g. g_volume_monitor_get() does?
-
- 13 Nov, 2011 4 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Also let gst_uri_handler_set_uri check already if the protocol is supported, so that not every uri handler has to do that itself.
-
Tim-Philipp Müller authored
For thread-safety.
-
Tim-Philipp Müller authored
No one but filesrc used that API. Should probably be replaced by requiring an "uri" property instead, and then objects can do a notify on that. Also removed interface structure padding, it's not needed.
-
- 22 Jun, 2011 1 commit
-
-
Wim Taymans authored
-
- 14 Jun, 2011 1 commit
-
-
Javier Jardón authored
G_CONST_RETURN will be deprecated soon. https://bugzilla.gnome.org/show_bug.cgi?id=652211
-
- 09 Jun, 2011 1 commit
-
-
Javier Jardón authored
G_CONST_RETURN will be deprecated soon. https://bugzilla.gnome.org/show_bug.cgi?id=652211
-
- 24 Feb, 2011 2 commits
-
-
Tim-Philipp Müller authored
gsturi.c:854:16: error: unused variable 'abs_clean' gsturi.c:788:1: error: 'gst_file_utils_canonicalise_path' defined but not used
-
Tim-Philipp Müller authored
Add function that (unlike the GLib equivalent) also accepts paths that aren't absolute and will clean up relative markers such as ./ and ../ before forming a URI. Fixes warnings with e.g. filesrc location=foo ! typefind caused by the recent switch to g_filename_to_uri(), but also actually creates valid URIs for the first time. Windows code paths could need some more work, e.g. we don't clean up the relative markers there for now (because path could have \ and / as separators). API: gst_filename_to_uri()
-