GStreamer multimedia framework
Find a file
Vineeth T M 23f7a2cc63 dataurisrc: Remove unnecessary else if condition
In gst_data_uri_src_create(), buf cannot be NULL, hence
else if (*buf != NULL) will be invalid so removing the
else if condition and adding a check to unreference buf
in else condition, just in case

https://bugzilla.gnome.org/show_bug.cgi?id=735861
2014-09-04 11:31:56 +03:00
plugins/elements dataurisrc: Remove unnecessary else if condition 2014-09-04 11:31:56 +03:00
tests/check/elements Fix FSF address 2012-11-04 00:09:59 +00:00