GNOME Bugzilla – Bug 682736
gst-ffmpeg tries to set caps to NULL
Last modified: 2012-08-30 18:05:21 UTC
In some conditions gst-ffmpeg tries to set caps to NULL, resulting in assertion failure: ** (lt-empathy-call:2145): CRITICAL **: gst_pad_set_caps: assertion `caps != NULL && gst_caps_is_fixed (caps)' failed Attached patch simply removed the call, which most likely is the wrong thing to do, but makes the failure go away.
Created attachment 222484 [details] [review] workaround
I think the patch is correct, I can't see a reason for setting it to NULL or anything else. commit ed1ea6f097cfe5c8c52281038dde8494edc8cc2e Author: Sjoerd Simons <sjoerd@luon.net> Date: Sun Aug 26 18:17:17 2012 +0200 ffmpegenc: Don't try to set caps to NULL Fixes https://bugzilla.gnome.org/show_bug.cgi?id=682736