h264/h265parser: clarify some gtk-doc annotations

Needed for the documentation since the transfer
is not obvious.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5287>
This commit is contained in:
Aleksandr Slobodeniuk 2023-09-05 23:36:47 +02:00 committed by GStreamer Marge Bot
parent efe35a3f6c
commit a98330636a
2 changed files with 4 additions and 4 deletions

View file

@ -3442,7 +3442,7 @@ out:
* The validation for completeness of @au and @sei is caller's responsibility. * The validation for completeness of @au and @sei is caller's responsibility.
* Both @au and @sei must be byte-stream formatted * Both @au and @sei must be byte-stream formatted
* *
* Returns: (nullable): a SEI inserted #GstBuffer or %NULL * Returns: (transfer full) (nullable): a SEI inserted #GstBuffer or %NULL
* if cannot figure out proper position to insert a @sei * if cannot figure out proper position to insert a @sei
* *
* Since: 1.18 * Since: 1.18
@ -3472,7 +3472,7 @@ gst_h264_parser_insert_sei (GstH264NalParser * nalparser, GstBuffer * au,
* Nal prefix type of both @au and @sei must be packetized, and * Nal prefix type of both @au and @sei must be packetized, and
* also the size of nal length field must be identical to @nal_length_size * also the size of nal length field must be identical to @nal_length_size
* *
* Returns: (nullable): a SEI inserted #GstBuffer or %NULL * Returns: (transfer full) (nullable): a SEI inserted #GstBuffer or %NULL
* if cannot figure out proper position to insert a @sei * if cannot figure out proper position to insert a @sei
* *
* Since: 1.18 * Since: 1.18

View file

@ -4665,7 +4665,7 @@ out:
* The validation for completeness of @au and @sei is caller's responsibility. * The validation for completeness of @au and @sei is caller's responsibility.
* Both @au and @sei must be byte-stream formatted * Both @au and @sei must be byte-stream formatted
* *
* Returns: (nullable): a SEI inserted #GstBuffer or %NULL * Returns: (transfer full) (nullable): a SEI inserted #GstBuffer or %NULL
* if cannot figure out proper position to insert a @sei * if cannot figure out proper position to insert a @sei
* *
* Since: 1.18 * Since: 1.18
@ -4695,7 +4695,7 @@ gst_h265_parser_insert_sei (GstH265Parser * parser, GstBuffer * au,
* Nal prefix type of both @au and @sei must be packetized, and * Nal prefix type of both @au and @sei must be packetized, and
* also the size of nal length field must be identical to @nal_length_size * also the size of nal length field must be identical to @nal_length_size
* *
* Returns: (nullable): a SEI inserted #GstBuffer or %NULL * Returns: (transfer full) (nullable): a SEI inserted #GstBuffer or %NULL
* if cannot figure out proper position to insert a @sei * if cannot figure out proper position to insert a @sei
* *
* Since: 1.18 * Since: 1.18