Changeset 087342b in oe-alliance-core
- Timestamp:
-
10/10/13 21:04:28
(9 years ago)
- Author:
- atvcaptain <captain@…>
- Branches:
- 4.0, 4.3
- Children:
- f1a3ccd
- Parents:
- a28108c0
- Message:
-
- Add a proper fix for DTS Passthrough
Using my previous patch we were getting the following error
(gst-launch-0.10:811): GStreamer-CRITICAL : gst_caps_remove_structure: assertion `IS_WRITABLE (caps)' failed
(gst-launch-0.10:811): GStreamer-CRITICAL : gst_caps_remove_structure: assertion `IS_WRITABLE (caps)' failed
Because we forget to make caps writable.
- caps = gst_static_caps_get(&hwtemplate->static_caps);
+ caps = gst_caps_copy(&hwtemplate->static_caps.caps);
-
(No files)
-