camerabin: Use jifmux instead of metadatamux

Use jifmux element to write exif/xmp tags instead of metadatamux
This commit is contained in:
Thiago Santos 2010-08-30 21:22:14 -03:00
parent bcc59439bc
commit 9ae921f888
2 changed files with 1 additions and 4 deletions

View file

@ -61,7 +61,7 @@
#define DEFAULT_SINK "filesink"
#define DEFAULT_ENC "jpegenc"
#define DEFAULT_META_MUX "metadatamux"
#define DEFAULT_META_MUX "jifmux"
#define DEFAULT_FLAGS GST_CAMERABIN_FLAG_IMAGE_COLOR_CONVERSION
enum

View file

@ -1335,9 +1335,6 @@ gst_camerabin_get_internal_tags (GstCameraBin * camera)
goto done;
}
gst_tag_list_add (list, GST_TAG_MERGE_REPLACE,
"image-width", camera->width, "image-height", camera->height, NULL);
gst_tag_list_add (list, GST_TAG_MERGE_REPLACE,
GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO, camera->zoom / 100.0, NULL);