+2006-02-06 Julien MOUTTE <julien@moutte.net>
+
+ * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
+ Stick to seeking theory until i find the bug.
+ * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
+
2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
/* Stopping collect pads */
gst_collect_pads_stop (overlay->collect);
- /* Flush upstream, this is required so that we can take the stream lock
- safely */
- gst_pad_push_event (overlay->video_sinkpad, gst_event_new_flush_start ());
- gst_pad_push_event (overlay->text_sinkpad, gst_event_new_flush_start ());
-
/* Acquire stream lock */
GST_PAD_STREAM_LOCK (overlay->video_sinkpad);
GST_PAD_STREAM_LOCK (overlay->text_sinkpad);
gst_event_unref (event);
}
- /* Stop flushing upstream */
- gst_pad_push_event (overlay->video_sinkpad, gst_event_new_flush_stop ());
- gst_pad_push_event (overlay->text_sinkpad, gst_event_new_flush_stop ());
-
/* Start collect pads again */
gst_collect_pads_start (overlay->collect);
(((guint64) h2) * 3600 + m2 * 60 + s2) * GST_SECOND +
ms2 * GST_MSECOND - state->start_time;
} else {
- GST_DEBUG (0, "error parsing subrip time line");
+ GST_DEBUG ("error parsing subrip time line");
state->state = 0;
}
return NULL;