+2005-09-28 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
+ No need to take stream lock here.
+
2005-09-26 Christian Schaller <uraeus@gnome.org>
* configure.ac: add speed and rfb where needed
int size;
GstFlowReturn ret;
- /* FIXME _tell gets the offset wrong */
- //cur_offset = gst_bytestream_tell(qtdemux->bs);
-
- GST_STREAM_LOCK (pad);
-
cur_offset = qtdemux->offset;
GST_DEBUG ("loop at position %" G_GUINT64_FORMAT ", state %d",
cur_offset, qtdemux->state);
g_error ("State=%d", qtdemux->state);
}
- GST_STREAM_UNLOCK (pad);
-
return;
pause:
GST_LOG_OBJECT (qtdemux, "pausing task");
gst_pad_pause_task (qtdemux->sinkpad);
- GST_STREAM_UNLOCK (pad);
+ return;
}
static gboolean