ahcsrc: There's no point in read-only CONSTRUCT properties
authorSebastian Dröge <sebastian@centricular.com>
Wed, 30 Mar 2016 07:34:07 +0000 (10:34 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 30 Mar 2016 07:35:53 +0000 (10:35 +0300)
commit5d9df5d5d09b3d50b18540099c2b56ea9e4cecf4
treeb8020fa961ee71cfb5413164afecd8eb8e342832
parent11ace3c18a1a2a4f8cf7a972b1142de319b882e2
ahcsrc: There's no point in read-only CONSTRUCT properties

And creating one is causing assertions. Also get rid of the other CONSTRUCT
property as it's a) unneeded for default initialization and b) you're not
supposed to use constructor properties when creating element instances and the
GStreamer API doesn't provide direct ways for doing so.

https://bugzilla.gnome.org/show_bug.cgi?id=764339
sys/androidmedia/gstahcsrc.c