GNOME Bugzilla – Bug 676049
playsink: do not abort if a property is not found.
Last modified: 2012-05-15 07:25:03 UTC
Created attachment 214034 [details] [review] playsink: do not abort if a property is not found. If a property is not found (for example last-sample when gst_debug_bin_to_dot_file is used while the pipeline is slightly broken (thus no last-sample) the unref of the item gvalue which is not refed fails. Only unref if it was found.
commit 71e39c0e84093a4ff127575e992bfafad0c8a38f Author: Alban Browaeys <prahal@yahoo.com> Date: Mon May 14 07:01:18 2012 +0200 playsink: do not abort if a property is not found. If a property is not found (for example last-sample when gst_debug_bin_to_dot_file is used while the pipeline is slightly broken (thus no last-sample) the unref of the item gvalue which is not refed fails. Only unref if it was found.