From: Thiago Santos Date: Tue, 31 Aug 2010 00:22:14 +0000 (-0300) Subject: camerabin: Use jifmux instead of metadatamux X-Git-Tag: 1.19.3~507^2~16587 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ae921f8889c662ddc95f8daba9a36a4801ebf66;p=platform%2Fupstream%2Fgstreamer.git camerabin: Use jifmux instead of metadatamux Use jifmux element to write exif/xmp tags instead of metadatamux --- diff --git a/gst/camerabin/camerabinimage.c b/gst/camerabin/camerabinimage.c index 25ca8f8..946594f 100644 --- a/gst/camerabin/camerabinimage.c +++ b/gst/camerabin/camerabinimage.c @@ -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 diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index 1708956..545b3c4 100644 --- a/gst/camerabin/gstcamerabin.c +++ b/gst/camerabin/gstcamerabin.c @@ -1336,9 +1336,6 @@ gst_camerabin_get_internal_tags (GstCameraBin * camera) } 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); if (gst_element_implements_interface (GST_ELEMENT (camera),