mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
uhm yeah. segfault fix for gst-inspect
Original commit message from CVS: uhm yeah. segfault fix for gst-inspect
This commit is contained in:
parent
eff687498f
commit
8593c57c2f
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ cdparanoia_get_property (GObject *object, guint prop_id, GValue *value, GParamSp
|
|||
* So issue a warning.
|
||||
* See cdparanoia/interface/common-interface.c:FixupTOC
|
||||
*/
|
||||
if (src->d->cd_extra)
|
||||
if (src->d && src->d->cd_extra)
|
||||
g_warning("DiscID on multisession discs might be broken. Use at own risk.");
|
||||
g_value_set_string (value, src->discid);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue