GNOME Bugzilla – Bug 739374
h264parse: sets srccaps too often
Last modified: 2014-11-06 10:54:47 UTC
Created attachment 289611 [details] [review] Patch srccaps should only be set when some other attributes besides codec_data are changing, however the comparison is currently broken as level and profile are missing from new caps, which always causes gst_caps_is_strictly_equal return FALSE
commit df64862ebe7ef7fc0193320fbadf48450fe4f3fd Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu Nov 6 11:53:04 2014 +0100 h265parse: don't unnecesarily set src_caps https://bugzilla.gnome.org/show_bug.cgi?id=739374 commit 1f367764fc261927b59b5d1dd4ee15e19eb15059 Author: Matej Knopp <matej.knopp@gmail.com> Date: Wed Oct 29 22:55:47 2014 +0100 h264parse: don't unnecesarily set src_caps https://bugzilla.gnome.org/show_bug.cgi?id=739374