[Bug 764339] New: g_object_class_install_property: assertion 'pspec->flags & G_PARAM_WRITABLE' during initialization on Android
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 29 22:44:35 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764339
Bug ID: 764339
Summary: g_object_class_install_property: assertion
'pspec->flags & G_PARAM_WRITABLE' during
initialization on Android
Classification: Platform
Product: GStreamer
Version: 1.8.0
OS: other
Status: NEW
Severity: minor
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: marcin at saepia.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I am using GStreamer 1.8.0 on Android.
When I initialize it using provided GStreamer.init the following messages
appear in the log:
03-29 22:37:55.881 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/0 for video/mpeg2
03-29 22:37:55.882 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/2 for video/mpeg2
03-29 22:37:55.882 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/3 for video/mpeg2
03-29 22:37:55.953 2115 2115 I VideoCapabilities: Unsupported profile 4 for
video/mp4v-es
03-29 22:37:55.977 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/0 for video/mpeg2
03-29 22:37:55.977 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/2 for video/mpeg2
03-29 22:37:55.977 2115 2115 W VideoCapabilities: Unrecognized profile/level
0/3 for video/mpeg2
03-29 22:37:56.010 2115 2115 I VideoCapabilities: Unsupported profile 4 for
video/mp4v-es
03-29 22:37:56.060 2115 2115 W GStreamer+amc: 0:00:00.627064163 0xa1c86320
gstamc.c:3491:gst_amc_codec_info_to_caps Unsupported mimetype 'audio/opus'
03-29 22:37:56.061 2115 2115 W GStreamer+amc: 0:00:00.628742392 0xa1c86320
gstamc.c:3491:gst_amc_codec_info_to_caps Unsupported mimetype 'audio/gsm'
03-29 22:37:56.083 2115 2115 W GStreamer+amc: 0:00:00.650981940 0xa1c86320
gstamc.c:3823:gst_amc_codec_info_to_caps Unsupported mimetype
'video/x-vnd.on2.vp9'
03-29 22:37:56.088 2115 2115 W GStreamer+amc: 0:00:00.655101092 0xa1c86320
gstamc.c:3506:gst_amc_codec_info_to_caps Unknown color format 0x7f000789 for
codec video/3gpp
03-29 22:37:56.091 2115 2115 W GStreamer+amc: 0:00:00.658700975 0xa1c86320
gstamc.c:3506:gst_amc_codec_info_to_caps Unknown color format 0x7f000789 for
codec video/avc
03-29 22:37:56.118 2115 2115 W GStreamer+amc: 0:00:00.685427449 0xa1c86320
gstamc.c:3506:gst_amc_codec_info_to_caps Unknown color format 0x7f000789 for
codec video/mp4v-es
03-29 22:37:56.121 2115 2115 W GStreamer+amc: 0:00:00.688268534 0xa1c86320
gstamc.c:3506:gst_amc_codec_info_to_caps Unknown color format 0x7f000789 for
codec video/x-vnd.on2.vp8
03-29 22:37:56.145 2115 2115 E GLib+GLib-GObject:
g_object_class_install_property: assertion 'pspec->flags & G_PARAM_WRITABLE'
failed
I am not sure if this is related to plugins, but if it is, my list is:
GSTREAMER_PLUGINS := coreelements audioconvert audiorate audioresample
typefindfunctions autodetect playback ogg opus audioparsers opusparse
androidmedia tcp rtsp rtp soup udp sdp opensles encoding debug autoconvert
I have not encountered any issues because of this warning, but I am not using
video elements.
--
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