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 676049 - playsink: do not abort if a property is not found.
playsink: do not abort if a property is not found.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal minor
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-14 21:21 UTC by Alban Browaeys
Modified: 2012-05-15 07:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playsink: do not abort if a property is not found. (1.16 KB, patch)
2012-05-14 21:21 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-05-14 21:21:00 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.
Comment 1 Sebastian Dröge (slomo) 2012-05-15 07:25:00 UTC
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.