[aravis] gst-plugin: Set base source format to GST_FORMAT_TIME.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] gst-plugin: Set base source format to GST_FORMAT_TIME.
- Date: Tue, 18 Mar 2014 16:09:23 +0000 (UTC)
commit 1d2cc9d3ff3305d7b90a810bfa7fafbb9ce2d07d
Author: Michael Pruett <michael 68k org>
Date: Mon Mar 17 23:32:59 2014 -0500
gst-plugin: Set base source format to GST_FORMAT_TIME.
gst/gstaravis.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gst/gstaravis.c b/gst/gstaravis.c
index 2405c8c..9ca9f79 100644
--- a/gst/gstaravis.c
+++ b/gst/gstaravis.c
@@ -432,6 +432,7 @@ gst_aravis_init (GstAravis *gst_aravis)
GstPad *pad = GST_BASE_SRC_PAD (gst_aravis);
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]