Commit 567e9350 authored by Olivier Crete's avatar Olivier Crete

Have the base src class do the timestamping for us

darcs-hash:20080403234417-3e2dc-f5eb66b2dd505f0b6427ae4cd12b1299d6a45664.gz
parent 47a2f406
......@@ -153,6 +153,8 @@ static void
gst_nice_src_init (GstNiceSrc *src, GstNiceSrcClass *g_class)
{
gst_base_src_set_live (GST_BASE_SRC (src), TRUE);
gst_base_src_set_format (GST_BASE_SRC (src), GST_FORMAT_TIME);
gst_base_src_set_do_timestamp (GST_BASE_SRC (src), TRUE);
}
static GstFlowReturn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment