object: Removed deprecated fields and methods
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 10:58:34 +0000 (11:58 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 10:58:34 +0000 (11:58 +0100)
commit99efec3636630e81738dd54682e49cb14d4e81a0
tree40bc9180b7a97889152f10a09939c22f7c4103f7
parentab99dec18ad219e65dae1d79248342da6afe6079
object: Removed deprecated fields and methods

Make GstObject extend from GInitiallyUnowned, remove the FLOATING flag and use
GObject methods for managing the floating ref.
Remove class lock, it was a workaround for a glib < 2.8 bug.
Remove the parent-set and parent-unset signals, attempt to implement with notify
but disabled because deadlocks in deep-notify.
docs/gst/gstreamer-sections.txt
docs/random/porting-to-0.11.txt
gst/gstobject.c
gst/gstobject.h
gst/gstpadtemplate.c