Fixed some leftover fixes

Original commit message from CVS:
Fixed some leftover fixes
This commit is contained in:
Wim Taymans 2001-12-23 23:00:59 +00:00
parent 44f23c67f9
commit 1aa3f4b65c
2 changed files with 144 additions and 148 deletions

View file

@ -423,7 +423,6 @@ dvdsrc_loop (GstElement *element)
priv = dvdsrc->priv;
g_return_if_fail (GST_FLAG_IS_SET (dvdsrc, DVDSRC_OPEN));
do {
/**
* Playback by cell in this pgc, starting at the cell for our chapter.
*/
@ -549,7 +548,6 @@ dvdsrc_loop (GstElement *element)
priv->cur_pack = next_vobu;
}
}
} while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
}
#if 0

View file

@ -346,7 +346,6 @@ gst_siddec_loop (GstElement *element)
siddec = GST_SIDDEC (element);
do {
if (siddec->state == SID_STATE_NEED_TUNE) {
GstBuffer *buf = gst_pad_pull (siddec->sinkpad);
g_assert (buf != NULL);
@ -409,7 +408,6 @@ gst_siddec_loop (GstElement *element)
gst_pad_push (siddec->srcpad, out);
}
} while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
}
static void