[Bug 732595] New: Introspection and documentation issues for new 1.4 symbols

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 1 16:18:57 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732595
  GStreamer | gst-plugins-base | unspecified

           Summary: Introspection and documentation issues for new 1.4
                    symbols
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: evan at coeus-group.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=279724)
 View: https://bugzilla.gnome.org/attachment.cgi?id=279724
 Review: https://bugzilla.gnome.org/review?bug=732595&attachment=279724

Assorted documentation and introspection fixes for new 1.4 API.

Going through the new API for 1.4...


gst_video_tile_get_index:
  missing "Since: 1.4"
  s/#GST_VIDEO_TILE_MODE_INDEXED/%GST_VIDEO_TILE_MODE_INDEXED/

gst_video_decoder_get_needs_format:
  s/TRUE/%TRUE/

gst_rtsp_watch_wait_backlog:
  s/#/%/ in a lot of places
  s/GST_RTSP_ENOMEM/%GST_RTSP_ENOMEM/

gst_rtsp_transport_get_media_type:
  @media_type is missing (transfer none)

gst_discoverer_info_get_missing_elements_installer_details:
  Errant : in return value annotations
  s/g_strfreev/g_strfreev()/

gst_mikey_*:
  Missing "Since: 1.4" (all of them)
  s/#GST_MIKEY_PT_/%GST_MIKEY_PT_/ (lots)

gst_mikey_payload_pke_set:
  missing (array length=data_len) on @data

gst_mikey_payload_sp_add_param:
  missing (array length=len) on @val

gst_mikey_payload_rand_set:
  missing (array length=len) on @rand

gst_mikey_payload_key_data_set_key:
  missing (array length=key_len) on @key_data

gst_mikey_payload_key_data_set_salt:
  missing (array length=salt_len) (allow-none) on @salt_data

gst_mikey_payload_key_data_set_spi:
  missing (array length=spi_len) on @spi_data

gst_mikey_payload_key_data_set_interval:
  missing (array length=...) on @vf_data and @vt_data

gst_mikey_payload_new:
  return value missing (nullable)

gst_mikey_message_add_pke:
  @data missing (array length=data_len)

gst_mikey_message_add_t:
  @ts_value missing (array)

gst_mikey_message_add_rand:
  @rand missing array annotation

gst_mikey_message_new_from_data:
  @data missing (array length=length) (element-type guint8)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list