projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e2b0c
)
ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.
author
Tim-Philipp Müller
<tim@centricular.net>
Tue, 11 Jul 2006 22:46:47 +0000
(22:46 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 11 Jul 2006 22:46:47 +0000
(22:46 +0000)
Original commit message from CVS:
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
Remove g_assert that shouldn't be there.
ext/cdio/gstcdiocddasrc.c
patch
|
blob
|
history
diff --git
a/ext/cdio/gstcdiocddasrc.c
b/ext/cdio/gstcdiocddasrc.c
index cf83656d194d2d35ae1a3969a4bfaadc17de7290..c2269983c34c871d53e793877e392db9e696bf0a 100644
(file)
--- a/
ext/cdio/gstcdiocddasrc.c
+++ b/
ext/cdio/gstcdiocddasrc.c
@@
-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;