mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.
Original commit message from CVS: * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close): Remove g_assert that shouldn't be there.
This commit is contained in:
parent
73e2b0c311
commit
ae57923362
1 changed files with 0 additions and 2 deletions
|
@ -318,8 +318,6 @@ gst_cdio_cdda_src_close (GstCddaBaseSrc * cddabasesrc)
|
|||
{
|
||||
GstCdioCddaSrc *src = GST_CDIO_CDDA_SRC (cddabasesrc);
|
||||
|
||||
g_assert (src->cdio != NULL);
|
||||
|
||||
if (src->cdio) {
|
||||
cdio_destroy (src->cdio);
|
||||
src->cdio = NULL;
|
||||
|
|
Loading…
Reference in a new issue