[Bug 740013] New: rtspconnection: There is an warning by mismatch of parameter name in header and source files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 12 06:05:46 PST 2014


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

           Summary: rtspconnection: There is an warning by mismatch of
                    parameter name in header and source files
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zzoon.ko at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When generating GstRtsp-1.0.gir in gst-plugins-base/gst-libs/gst/rtsp/, there
is an warning as below.

Warning: GstRtsp: gst_rtsp_watch_set_flushing: unknown parameter 'flushing' in
documentation comment, should be 'flush'

This is because mismatch between declaration in header and source file.

<gstrtspconnection.h>
void gst_rtsp_watch_set_flushing (GstRTSPWatch * watch, gboolean flush);
<gstrtspconnection.c>
void gst_rtsp_watch_set_flushing (GstRTSPWatch * watch, gboolean flushing);

-- 
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