diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 19:29:06 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 19:29:06 +0000 |
commit | dc9bd878d82c0a2071c126f0d216312e05532f1e (patch) | |
tree | cb09ad202b5c1d7b82f9d53696b7a28eb0075f87 | |
parent | d69ee39eebdf88aaabede4dd56e4173726f5017b (diff) | |
download | gst-plugins-bad-dc9bd878d82c0a2071c126f0d216312e05532f1e.tar.gz gst-plugins-bad-dc9bd878d82c0a2071c126f0d216312e05532f1e.tar.bz2 gst-plugins-bad-dc9bd878d82c0a2071c126f0d216312e05532f1e.zip |
gst/playback/gstplaybasebin.c: Set source to NULL so that resources are free'ed. Fixes issues with playback of CDDA a...
Original commit message from CVS:
* 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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 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. + +2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot. |