diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-08 18:05:39 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-08 18:05:39 +0000 |
commit | 9be69b1982a6bb0bc74b106d744774866c5106c0 (patch) | |
tree | b7689ca2055ad9c1a3193e475b01e9b3c3e1b097 | |
parent | b35757e6143c03949bfbb913d7cb512a9a438e7d (diff) |
gst/playback/gstplaybin.c: Add small bits of code for screenshot handling.
Original commit message from CVS:
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
(gst_play_bin_init), (gst_play_bin_get_property), (handoff),
(gen_video_element), (remove_sinks):
Add small bits of code for screenshot handling.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/playback/gstplaybin.c: (gst_play_bin_class_init), + (gst_play_bin_init), (gst_play_bin_get_property), (handoff), + (gen_video_element), (remove_sinks): + Add small bits of code for screenshot handling. + 2004-10-08 Wim Taymans <wim@fluendo.com> * gst/playback/gstplaybin.c: (gst_play_bin_set_property), |