After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703121 - Make caps writable when using smartrender
Make caps writable when using smartrender
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other All
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-26 12:55 UTC by LRN
Modified: 2013-06-27 23:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the caps from encoding profile writable (967 bytes, patch)
2013-06-26 12:58 UTC, LRN
committed Details | Review

Description LRN 2013-06-26 12:55:37 UTC
gst_encoding_profile_get_input_caps() may return a reference to existing caps, which is not writable.
These caps are immediately modified however, so writable they must be.
Comment 1 LRN 2013-06-26 12:58:34 UTC
Created attachment 247819 [details] [review]
Make the caps from encoding profile writable
Comment 2 Tim-Philipp Müller 2013-06-27 23:26:38 UTC
commit 3b8bfc1f161124db0cd42a8fdf92a0eafa260712
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Fri Jun 28 00:24:33 2013 +0100

    timelinepipeline: fix caps leak

commit e4b1153846115ade11a949750a6e5334318e259d
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Jun 26 12:57:17 2013 +0000

    timelinepipeline: make the caps from encoding profile writable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703121