[gstreamer-bugs] [Bug 639293] New: gst-ffmpeg 0.10.20 does not build with gstreamer < 0.10.31
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 12 02:34:53 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=639293
GStreamer | gst-ffmpeg | git
Summary: gst-ffmpeg 0.10.20 does not build with gstreamer <
0.10.31
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-ffmpeg
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: arun at accosted.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Looks like the GstDateTime wrapping is done unconditionally. Relevant
compilation log:
CC _gst_la-gst.lo
gst.c: In function '_wrap_gst_element_factory_get_documentation_uri':
gst.c:12010:5: warning: implicit declaration of function
'gst_element_factory_get_documentation_uri'
gst.c:12010:9: warning: assignment makes pointer from integer without a cast
gst.c: In function '_wrap_gst_element_factory_get_icon_name':
gst.c:12024:5: warning: implicit declaration of function
'gst_element_factory_get_icon_name'
gst.c:12024:9: warning: assignment makes pointer from integer without a cast
gst.c: In function '_wrap_gst_date_time_new_from_unix_epoch_local_time':
gst.c:24873:5: error: 'GstDateTime' undeclared (first use in this function)
gst.c:24873:5: note: each undeclared identifier is reported only once for each
function it appears in
gst.c:24873:18: error: 'ret' undeclared (first use in this function)
gst.c:24878:5: warning: implicit declaration of function
'gst_date_time_new_from_unix_epoch_local_time'
gst.c:24881:40: error: 'GST_TYPE_DATE_TIME' undeclared (first use in this
function)
gst.c:24881:73: error: expected expression before ')' token
gst.c:24881:73: error: too few arguments to function
'_PyGObject_API->boxed_new'
gst.c: In function '_wrap_gst_date_time_new_from_unix_epoch_utc':
gst.c:24889:5: error: 'GstDateTime' undeclared (first use in this function)
gst.c:24889:18: error: 'ret' undeclared (first use in this function)
gst.c:24894:5: warning: implicit declaration of function
'gst_date_time_new_from_unix_epoch_utc'
gst.c:24897:40: error: 'GST_TYPE_DATE_TIME' undeclared (first use in this
function)
gst.c:24897:73: error: expected expression before ')' token
gst.c:24897:73: error: too few arguments to function
'_PyGObject_API->boxed_new'
gst.c: In function '_wrap_gst_date_time_new_local_time':
gst.c:24906:5: error: 'GstDateTime' undeclared (first use in this function)
gst.c:24906:18: error: 'ret' undeclared (first use in this function)
gst.c:24911:5: warning: implicit declaration of function
'gst_date_time_new_local_time'
gst.c:24914:40: error: 'GST_TYPE_DATE_TIME' undeclared (first use in this
function)
gst.c:24914:73: error: expected expression before ')' token
gst.c:24914:73: error: too few arguments to function
'_PyGObject_API->boxed_new'
gst.c: In function '_wrap_gst_date_time_new_now_local_time':
gst.c:24920:5: error: 'GstDateTime' undeclared (first use in this function)
gst.c:24920:18: error: 'ret' undeclared (first use in this function)
gst.c:24923:5: warning: implicit declaration of function
'gst_date_time_new_now_local_time'
gst.c:24926:40: error: 'GST_TYPE_DATE_TIME' undeclared (first use in this
function)
gst.c:24926:73: error: expected expression before ')' token
gst.c:24926:73: error: too few arguments to function
'_PyGObject_API->boxed_new'
gst.c: In function '_wrap_gst_date_time_new_now_utc':
gst.c:24932:5: error: 'GstDateTime' undeclared (first use in this function)
gst.c:24932:18: error: 'ret' undeclared (first use in this function)
gst.c:24935:5: warning: implicit declaration of function
'gst_date_time_new_now_utc'
gst.c:24938:40: error: 'GST_TYPE_DATE_TIME' undeclared (first use in this
function)
gst.c:24938:73: error: expected expression before ')' token
gst.c:24938:73: error: too few arguments to function
'_PyGObject_API->boxed_new'
make[3]: *** [_gst_la-gst.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/dev-python/gst-python-0.10.20/work/gst-python-0.10.20-2.7/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dev-python/gst-python-0.10.20/work/gst-python-0.10.20-2.7/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dev-python/gst-python-0.10.20/work/gst-python-0.10.20-2.7'
make: *** [all] Error 2
--
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