mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fixed some leftover fixes
Original commit message from CVS: Fixed some leftover fixes
This commit is contained in:
parent
44f23c67f9
commit
1aa3f4b65c
2 changed files with 144 additions and 148 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue