summaryrefslogtreecommitdiff
path: root/sys/ximage/gstximagesrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ximage/gstximagesrc.c')
-rw-r--r--sys/ximage/gstximagesrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c
index 15c7d6ce4..e6fbe2f39 100644
--- a/sys/ximage/gstximagesrc.c
+++ b/sys/ximage/gstximagesrc.c
@@ -1117,6 +1117,7 @@ gst_ximage_src_class_init (GstXImageSrcClass * klass)
1117static void 1117static void
1118gst_ximage_src_init (GstXImageSrc * ximagesrc, GstXImageSrcClass * klass) 1118gst_ximage_src_init (GstXImageSrc * ximagesrc, GstXImageSrcClass * klass)
1119{ 1119{
1120 gst_base_src_set_format (GST_BASE_SRC (ximagesrc), GST_FORMAT_TIME);
1120 gst_base_src_set_live (GST_BASE_SRC (ximagesrc), TRUE); 1121 gst_base_src_set_live (GST_BASE_SRC (ximagesrc), TRUE);
1121 gst_pad_set_fixatecaps_function (GST_BASE_SRC_PAD (ximagesrc), 1122 gst_pad_set_fixatecaps_function (GST_BASE_SRC_PAD (ximagesrc),
1122 gst_ximage_src_fixate); 1123 gst_ximage_src_fixate);