summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorParthasarathi Susarla <partha.susarla@collabora.co.uk>2011-01-19 14:08:38 +0530
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-21 20:15:58 +0200
commit3b09dea9748dd8740e1e3d380d8f0dc8206747c6 (patch)
tree5fe2a05e4f605278872966a73dae4240b99a7b51 /tools
parent5735728f2608d2e055a9417bd775c4353b3496c3 (diff)
downloadgupnp-dlna-3b09dea9748dd8740e1e3d380d8f0dc8206747c6.tar.gz
libgupnp-dlna: Drop internalize gst-convenience
With gupnp-dlna now using encoding-profile from base, we get rid of the internal copy of gst-convenience. tools/tests: Plug memory leak unref the encoding_profile after calling gupnp_dlna_get_encoding_profile(). 100 points goes to Partha for putting this unrelated change here.
Diffstat (limited to 'tools')
-rw-r--r--tools/gupnp-dlna-ls-profiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gupnp-dlna-ls-profiles.c b/tools/gupnp-dlna-ls-profiles.c
index e6b1a9d..7862061 100644
--- a/tools/gupnp-dlna-ls-profiles.c
+++ b/tools/gupnp-dlna-ls-profiles.c
@@ -83,6 +83,7 @@ print_profile (GUPnPDLNAProfile *profile, gpointer unused)
}
g_print ("\n");
+ gst_encoding_profile_unref (enc_profile);
}
int