diff options
author | Wouter Paesen <wouter@kangaroot.net> | 2006-02-16 09:17:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-16 09:17:58 +0000 |
commit | 2d150478bbe3df6ad4abff0ff9681a352fda1108 (patch) | |
tree | 2f2bfa577cf6eb05d7d8d8bf4e7c4ed6b96ddde3 /ChangeLog | |
parent | 5e5386b43004e38fe50b4d51d90f945b2332bc9e (diff) |
gst/alpha/gstalpha.c: Don't ignore return value of the parent class's state
Original commit message from CVS:
* gst/alpha/gstalpha.c: (gst_alpha_change_state):
Don't ignore return value of the parent class's state
change function (#331385, patch by: Wouter Paesen).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-02-16 Tim-Philipp Müller <tim at centricular dot net> + + * gst/alpha/gstalpha.c: (gst_alpha_change_state): + Don't ignore return value of the parent class's state + change function (#331385, patch by: Wouter Paesen). + 2006-02-15 Wim Taymans <wim@fluendo.com> * configure.ac: |