[aravis] gst-0.10: set base source format to GST_FORMAT_TIME
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] gst-0.10: set base source format to GST_FORMAT_TIME
- Date: Mon, 14 Apr 2014 06:46:09 +0000 (UTC)
commit 42b64d462f5820e94cc9d93657d50e6e974e3491
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Mon Apr 14 08:45:22 2014 +0200
gst-0.10: set base source format to GST_FORMAT_TIME
gst-0.10/gstaravis.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gst-0.10/gstaravis.c b/gst-0.10/gstaravis.c
index 470edaf..597d3ee 100644
--- a/gst-0.10/gstaravis.c
+++ b/gst-0.10/gstaravis.c
@@ -445,6 +445,7 @@ gst_aravis_init (GstAravis *gst_aravis, GstAravisClass *g_class)
gst_pad_set_fixatecaps_function (pad, gst_aravis_fixate_caps);
gst_base_src_set_live (GST_BASE_SRC (gst_aravis), TRUE);
+ gst_base_src_set_format (GST_BASE_SRC (gst_aravis), GST_FORMAT_TIME);
gst_aravis->camera_name = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]