playbin: avoid possible deference of null pointer
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 30 Mar 2015 09:50:45 +0000 (10:50 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 30 Mar 2015 09:50:48 +0000 (10:50 +0100)
commit985ed4847f34d1eb3b954725c5e53c870a81c5db
tree9f98a70501a601df7dac96c9ca4f2142acf393a0
parentd1f91723bed402371fe0829be2f9c8c93ba9d207
playbin: avoid possible deference of null pointer

For safety, check the pointer playbin->curr_group is valid before
reading parameters of the structure.

CID #1291624
gst/playback/gstplaybin2.c