From: Mohammed Sameer Date: Mon, 17 Sep 2012 22:18:20 +0000 (+0300) Subject: Adding forgotten files X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=b8a0e894769a6d877f7e50ead250e39e827ab798;hp=a58ed805e6c74393b2f55e35419b54e47cb21dd6;ds=sidebyside Adding forgotten files --- 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