From b8a0e894769a6d877f7e50ead250e39e827ab798 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Tue, 18 Sep 2012 01:18:20 +0300 Subject: [PATCH 1/1] Adding forgotten files --- cameraplus.pro | 4 ++++ lib/image.gep | 17 +++++++++++++++++ lib/video.gep | 24 ++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 cameraplus.pro create mode 100644 lib/image.gep create mode 100644 lib/video.gep diff --git a/cameraplus.pro b/cameraplus.pro new file mode 100644 index 0000000..e3d703b --- /dev/null +++ b/cameraplus.pro @@ -0,0 +1,4 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS = lib imports src + diff --git a/lib/image.gep b/lib/image.gep new file mode 100644 index 0000000..dac50a4 --- /dev/null +++ b/lib/image.gep @@ -0,0 +1,17 @@ +[GStreamer Encoding Target] +name=image-profile +category=device +description=Image capturing profile + +[profile-image-profile] +name=image-profile +type=container +description[c]=JPEG container +format=image/jpeg + +[streamprofile-image-profile-0] +parent=image-profile +format=image/jpeg +type=video +presence=1 +variableframerate=true diff --git a/lib/video.gep b/lib/video.gep new file mode 100644 index 0000000..dfea747 --- /dev/null +++ b/lib/video.gep @@ -0,0 +1,24 @@ +[GStreamer Encoding Target] +name=video-profile +category=device +description=Video encoding profiles + +[profile-mpeg4-video] +name=video-profile +type=container +description[c]=Standard MPEG-4 video profile +format=video/quicktime, variant=(string)iso + +[streamprofile-mpeg4-video-0] +parent=video-profile +type=video +format=video/mpeg, mpegversion=(int)4 +presence=1 +pass=0 +variableframerate=true + +[streamprofile-mpeg4-video-1] +parent=video-profile +type=audio +format=audio/mpeg, mpegversion=(int)4 +presence=1 -- 2.25.1