diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-19 13:16:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-19 13:16:24 +0000 |
commit | 736bcb6ff7acb26e6ba55f3b2103f2229d60f91b (patch) | |
tree | 90b6ad38cd796eea605f17c3f5c77575c38e3ff6 | |
parent | 0f283b0c8c235a786d513e3f111826690989b159 (diff) |
gst/videorate/gstvideorate.c: Event handling (fixes #159986).
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
(gst_videorate_init), (gst_videorate_chain),
(gst_videorate_change_state):
Event handling (fixes #159986).
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-19 Edward Hervey <bilboed@bilboed.com> + + Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/videorate/gstvideorate.c: (gst_videorate_blank_data), + (gst_videorate_init), (gst_videorate_chain), + (gst_videorate_change_state): + Event handling (fixes #159986). + 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst-libs/gst/riff/riff-media.c: |