- 14 Jun, 2015 7 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
So simply remove the % sign.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
* Use &perctn; instead of reserved character % * NULL take two L
-
Nicolas Dufresne authored
There was few Since: mark missing their column. Also unify the way we set the Since mark on enum value and structure members. These sadly don't show up in the index.
-
Nicolas Dufresne authored
-
- 13 Jun, 2015 25 commits
-
-
Nicolas Dufresne authored
This non boxed type cannot be allocated safely.
-
Nicolas Dufresne authored
One of the nice feature in GTK doc is that it generate indexes of added APIs base on the since marker. Include that in our doc while fixing the issue of duplicate ID (produce xml contains that id it seems)
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
This API is internal.
-
Nicolas Dufresne authored
This reverts commit c4eb8769. Oops, this is not a public API
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
Moving that to normal comment to silence the generator. GstIndex is not in GStreamer library at the moment (removed from 0.10).
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
These are not usable as they are, and can easily lead to crash or leaks. This also silence warning from the scanner. If we manage to make this usable, we can then remove that mark, it will require to make this type boxed.
-
Nicolas Dufresne authored
As all other section do have a nice came case name, it seems more consistent.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
These functions are part of gstevent section already. Keep the doc, since it's good.
-
Nicolas Dufresne authored
This tell GI if this function is for actions (call) or is the answer of this method being asynchronous (async). In this case it's a call. This also silence warning from the GI scanner.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
Just like gst_buffer_add_meta() this function should also be transfer none. This also silence a gi warning about returning a copy of a non boxed bare structure.
-
Nicolas Dufresne authored
GST_PROTECTION_SYSTEM_ID_CAPS_FIELD was missing the GST_ namespace. Add it before its too late.
-
Nicolas Dufresne authored
Otherwise GTK doc will see it as often as we include that files and warn about duplicated SECTION:
-
Nicolas Dufresne authored
It make no sense to allow using that. Any use would lead to leak of crash. Note that GMiniObject is entirely unusable as you cannot cast from let's say GstBuffer to GstMiniObject.
-
Tim-Philipp Müller authored
gstbasetransform.h:196: Warning: GstBase: "@submit_input_buffer" parameter unexpected at this location: * @submit_input_buffer: Function which accepts a new input buffer and pre-processes it. gstnetcontrolmessagemeta.c:103: Warning: GstNet: gst_buffer_add_net_control_message_meta: unknown parameter 'message' in documentation comment, should be 'addr'
-
Nicolas Dufresne authored
Replacing reprecated "Ref Func:", "Unref Fun:" etc. comment block with appropriate (ref-func name) etc. annotation.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
Marker is (value .. not (alue.
-
Nicolas Dufresne authored
Instead use appropriate annotation. Annotations can be added to the right of the constant name in a comment block.
-
- 12 Jun, 2015 8 commits
-
-
-
-
Nicolas Dufresne authored
Sending a possibly invalid DTS may confuse the muxers, which will then think the DTS is going backward. https://bugzilla.gnome.org/show_bug.cgi?id=740575
-
Nicolas Dufresne authored
Make gst_collect_pads_clip_running_time() function also store the signed DTS in the CollectData. This signed DTS value can be used by muxers to properly handle streams where DTS can be negative initially. https://bugzilla.gnome.org/show_bug.cgi?id=740575
-
Nicolas Dufresne authored
Add utility to print signed value of time. This is useful to trace running time values in gint64 or GstClockTimeDiff values. Additionally, define GST_CLOCK_STIME_NONE to indicate an invalid signed time value and validation macro. New macros are: GST_CLOCK_STIME_NONE GST_CLOCK_STIME_IS_VALID GST_STIME_FORMAT GST_STIME_ARGS https://bugzilla.gnome.org/show_bug.cgi?id=740575
-
Thiago Santos authored
No restriction for creating messages without a source
-
Tim-Philipp Müller authored
-
Lazar Claudiu authored
Fixes: 740502 API: gst_direct_control_binding_new_absolute
-