mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
camerabin: Use jifmux instead of metadatamux
Use jifmux element to write exif/xmp tags instead of metadatamux
This commit is contained in:
parent
bcc59439bc
commit
9ae921f888
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue