gst/playback/gstplaybasebin.c: Remove hack to get rid of assert and get rid of unlink...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 9 Jan 2005 19:41:07 +0000 (19:41 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 9 Jan 2005 19:41:07 +0000 (19:41 +0000)
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (group_destroy):
Remove hack to get rid of assert and get rid of unlinked
signals properly.

ChangeLog

index 3757dc6..5f2ac00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
+       * gst/playback/gstplaybasebin.c: (group_destroy):
+         Remove hack to get rid of assert and get rid of unlinked
+         signals properly.
+
+2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
        * gst/playback/gstplaybasebin.c: (setup_source):
          Set source to NULL so that resources are free'ed. Fixes issues
          with playback of CDDA and similar device-accessing things.