diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-22 17:26:05 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-22 17:26:05 +0000 |
commit | be733fa92eba236df990f4f1941d62050f249094 (patch) | |
tree | 3cccd7864675fd12ec70b17a8e490e4a1cef44ca | |
parent | 531f354f179b623707fd261cf241bf3f326be095 (diff) | |
download | gst-plugins-bad-be733fa92eba236df990f4f1941d62050f249094.tar.gz gst-plugins-bad-be733fa92eba236df990f4f1941d62050f249094.tar.bz2 gst-plugins-bad-be733fa92eba236df990f4f1941d62050f249094.zip |
gst/playback/gstplaybasebin.c: Explicit state change to workaround refcount bugs.
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
Explicit state change to workaround refcount bugs.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state): + Explicit state change to workaround refcount bugs. + +2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/avi/gstavimux.c: (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header): Fix... |