diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 19:20:30 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 19:20:30 +0000 |
commit | 5874d6f330263e9ed959ee58c595b33aaf6865dc (patch) | |
tree | 70d2d191ee4c554c3ab1edf830e581ced0e67449 /ChangeLog | |
parent | e878a457451f10500c6be5374eed7b5f25555fef (diff) | |
download | gst-plugins-bad-5874d6f330263e9ed959ee58c595b33aaf6865dc.tar.gz gst-plugins-bad-5874d6f330263e9ed959ee58c595b33aaf6865dc.tar.bz2 gst-plugins-bad-5874d6f330263e9ed959ee58c595b33aaf6865dc.zip |
gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead of "object".
Original commit message from CVS:
* gst/deinterlace2/gstdeinterlace2.c:
(gst_deinterlace_method_deinterlace_frame),
(gst_deinterlace2_set_method), (gst_deinterlace2_init),
(gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
(gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
(gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
(gst_deinterlace2_push_history), (gst_deinterlace2_chain),
(gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
(gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
(gst_deinterlace2_src_query):
* gst/deinterlace2/gstdeinterlace2.h:
Call the current instance "self" instead of "object".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ 2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/deinterlace2/gstdeinterlace2.c: + (gst_deinterlace_method_deinterlace_frame), + (gst_deinterlace2_set_method), (gst_deinterlace2_init), + (gst_deinterlace2_reset_history), (gst_deinterlace2_reset), + (gst_deinterlace2_set_property), (gst_deinterlace2_get_property), + (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history), + (gst_deinterlace2_push_history), (gst_deinterlace2_chain), + (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event), + (gst_deinterlace2_change_state), (gst_deinterlace2_src_event), + (gst_deinterlace2_src_query): + * gst/deinterlace2/gstdeinterlace2.h: + Call the current instance "self" instead of "object". + +2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace_method_get_latency), (gst_deinterlace2_set_method), (gst_deinterlace2_class_init), (gst_deinterlace2_push_history), (gst_deinterlace2_chain), |