From: scerveau <scerveau@gmail.com>
To: yocto@yoctoproject.org
Subject: gstreamer1.0-plugins-good: Fix qt with alac
Date: Wed, 04 Mar 2015 17:48:23 +0100 [thread overview]
Message-ID: <54F73757.9070702@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
Hello,
Here is a patch for alac encoding with qtmux.
Someone could be interested.
https://www.marc.info/?l=gstreamer-cvs&m=141954352317221&w=2
Best regards.
Stéphane
[-- Attachment #2: qtmux_fix_alac_muxing.patch --]
[-- Type: text/x-patch, Size: 611 bytes --]
diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c
index fc747ed..6614ba4 100644
--- a/gst/isomp4/gstqtmux.c
+++ b/gst/isomp4/gstqtmux.c
@@ -2870,7 +2870,8 @@ gst_qt_mux_audio_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
if (GST_READ_UINT32_LE (map.data + 4) == FOURCC_alac) {
len -= 8;
codec_config =
- gst_buffer_copy_region ((GstBuffer *) codec_data, 0, 8, len);
+ gst_buffer_copy_region ((GstBuffer *) codec_data,
+ GST_BUFFER_COPY_MEMORY, 8, len);
} else {
codec_config = gst_buffer_ref ((GstBuffer *) codec_data);
}
reply other threads:[~2015-03-04 16:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F73757.9070702@gmail.com \
--to=scerveau@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.