GNOME Bugzilla – Bug 641917
[gdppay] Ensure buffer's medata is writeable before setting it
Last modified: 2011-02-14 14:52:44 UTC
Created attachment 180457 [details] [review] Ensure medata is writable before setting caps I'm getting the following warning after reconnections feeding the pipeline "appsrc ! gdpdepay ! gdppay " with an http client that gets data from a source "source ! gdppay ! tcpclientsrc". I'm not sure if it the patch makes sense or if it's because I'm doing something wrong :) GStreamer-WARNING **: (gstbuffer.c:495):gst_buffer_set_caps: runtime check failed: (gst_buffer_is_metadata_writable (buffer)) aborting... Program received signal SIGABRT, Aborted. [Cambiando a Thread 0xb6e98b70 (LWP 25263)] 0x0012e416 in __kernel_vsyscall () (gdb) bt
+ Trace 225914
commit f7dbec909163ad197cf152fd8214a9ad4a58ae9a Author: Andoni Morales Alastruey <amorales@flumotion.com> Date: Wed Feb 9 12:45:23 2011 +0100 gdppay: ensure buffer's metadata is writable before setting caps