[Bug 724100] New: error: unknown type name 'gst_ks_clock'

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 10 22:36:59 PST 2014


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

           Summary: error: unknown type name 'gst_ks_clock'
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zeranoe at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I'm getting this error when trying to compile the latest gst-plugins-bad from
git using cerbero:
gstksclock.c:54:30: error: unknown type name 'gst_ks_clock'
gstksclock.c:54:53: error: expected declaration specifiers or '...' before '('
token
gstksclock.c: In function 'gst_ks_clock_init':
gstksclock.c:82:3: warning: implicit declaration of function 'g_mutex_new'
[-Wimplicit-function-declaration]
gstksclock.c:82:3: warning: nested extern declaration of 'g_mutex_new'
[-Wnested-externs]
gstksclock.c:82:15: warning: assignment makes pointer from integer without a
cast [enabled by default]
gstksclock.c:83:3: warning: implicit declaration of function 'g_cond_new'
[-Wimplicit-function-declaration]
gstksclock.c:83:3: warning: nested extern declaration of 'g_cond_new'
[-Wnested-externs]
gstksclock.c:83:21: warning: assignment makes pointer from integer without a
cast [enabled by default]
gstksclock.c:84:21: warning: assignment makes pointer from integer without a
cast [enabled by default]
gstksclock.c: In function 'gst_ks_clock_dispose':
gstksclock.c:104:3: error: 'parent_class' undeclared (first use in this
function)
gstksclock.c:104:3: note: each undeclared identifier is reported only once for
each function it appears in
gstksclock.c: In function 'gst_ks_clock_finalize':
gstksclock.c:113:3: warning: implicit declaration of function 'g_cond_free'
[-Wimplicit-function-declaration]
gstksclock.c:113:3: warning: nested extern declaration of 'g_cond_free'
[-Wnested-externs]
gstksclock.c:115:3: warning: implicit declaration of function 'g_mutex_free'
[-Wimplicit-function-declaration]
gstksclock.c:115:3: warning: nested extern declaration of 'g_mutex_free'
[-Wnested-externs]
gstksclock.c:117:3: error: 'parent_class' undeclared (first use in this
function)
gstksclock.c: In function 'gst_ks_clock_start':
gstksclock.c:332:9: warning: implicit declaration of function 'g_thread_create'
[-Wimplicit-function-declaration]
gstksclock.c:332:9: warning: nested extern declaration of 'g_thread_create'
[-Wnested-externs]
gstksclock.c:331:25: warning: assignment makes pointer from integer without a
cast [enabled by default]
gstksclock.c: At top level:
gstksclock.c:57:1: warning: 'gst_ks_clock_base_init' defined but not used
[-Wunused-function]
gstksclock.c:62:1: warning: 'gst_ks_clock_class_init' defined but not used
[-Wunused-function]
gstksclock.c:73:1: warning: 'gst_ks_clock_init' defined but not used
[-Wunused-function]
make[3]: *** [libgstwinks_la-gstksclock.lo] Error 1

This bug was not present yesterday, and the only file that seemed to have
changed in sys/winks was Makefile.am
(http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/sys/winks?id=ad92dfc7b4d6fde46cda3b65a925d18608b4258e).
Rolling back that commit did not fix this issue.

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