info: first handle all miniobjects, then GObjects
authorWim Taymans <wtaymans@redhat.com>
Tue, 3 Jun 2014 12:47:17 +0000 (14:47 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 3 Jun 2014 12:47:17 +0000 (14:47 +0200)
commit36d4c4c21844c7249126f942a25d54c3664bbd48
tree19ec37c6634654618e7b984a73fee5374001c154
parent460be3e124f3f576d8e056166ebf7ba472808471
info: first handle all miniobjects, then GObjects

First handle all miniobjects before we attempt to dereference the first
field pointer and look at the GType. With the recent glib change to
speed up G_IS_OBJECT, this causes crashes on miniobjects otherwise.
gst/gstinfo.c