[rygel-gst-0-10-fullscreen-renderer] Fix critical when showing an image.



commit aa8e65588b4e1b94264de70fa23678b36e764194
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Mon Feb 18 11:00:21 2013 +0100

    Fix critical when showing an image.

 src/rygel-playbin-player.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel-playbin-player.c b/src/rygel-playbin-player.c
index 610dae7..e87839c 100644
--- a/src/rygel-playbin-player.c
+++ b/src/rygel-playbin-player.c
@@ -222,7 +222,6 @@ rygel_playbin_player_is_rendering_image (RygelPlaybinPlayer *self) {
   result = (g_strcmp0 (name, "image/jpeg") == 0) ||
     (g_strcmp0 (name, "image/png") == 0);
 
-  gst_structure_free (structure);
   gst_caps_unref (caps);
   gst_object_unref (typefind);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]