summaryrefslogtreecommitdiff
path: root/gst/camerabin2/PORTING
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-01-19 15:07:25 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-01-24 14:50:30 -0300
commit4ec3189575f95b3f85426c77205244d87551d6b8 (patch)
tree9a45637add4c6767762caa2ea2e3618013589503 /gst/camerabin2/PORTING
parentbccae0f994572e016af60ab834e3b5d1f416aed4 (diff)
downloadgstreamer-plugins-bad-4ec3189575f95b3f85426c77205244d87551d6b8.tar.gz
camerabin2: Update porting file
Adds porting information about using encodebin on camerabin2
Diffstat (limited to 'gst/camerabin2/PORTING')
-rw-r--r--gst/camerabin2/PORTING5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/camerabin2/PORTING b/gst/camerabin2/PORTING
index bf85050e5..c9b6dd825 100644
--- a/gst/camerabin2/PORTING
+++ b/gst/camerabin2/PORTING
@@ -15,3 +15,8 @@ this is the usual naming on actions.
* image-done
In camerabin, image-done is a signal, in camerabin2, it is a bus message
+
+* video recording encoder/muxer
+In camerabin, video/audio encoder/muxer are selected by passing GstElements to
+camerabin properties. In camerabin2, a GstEncodingProfile is passed as a
+property and encodebin manages to instantiate the elements for the format.