diff options
author | Luca Ognibene <luogni@tin.it> | 2005-05-18 21:31:09 +0000 |
---|---|---|
committer | Luca Ognibene <luogni@tin.it> | 2005-05-18 21:31:09 +0000 |
commit | 3d2197a352aae661535e4f214734c1ef8c137a54 (patch) | |
tree | f859a039788f712c91e9347374cb0e131ce49a47 | |
parent | 57720fa2e3c2168c41e9121bf63ee2e5528ff5fb (diff) | |
download | gst-plugins-bad-3d2197a352aae661535e4f214734c1ef8c137a54.tar.gz gst-plugins-bad-3d2197a352aae661535e4f214734c1ef8c137a54.tar.bz2 gst-plugins-bad-3d2197a352aae661535e4f214734c1ef8c137a54.zip |
sys/ximage/: Add ximagesrc element in the ximagesink plugin (plugin name should be changed in 0.9...)
Original commit message from CVS:
* sys/ximage/gstximageplugin.c:
* sys/ximage/ximagesrc.h:
* sys/ximage/ximagesrc.c:
* sys/ximage/ximagesink.c:
* sys/ximage/Makefile.am:
Add ximagesrc element in the ximagesink plugin (plugin name
should be changed in 0.9...)
Move ximagesink element registration to gstximageplugin.c
Fix #161661
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-05-18 Lutz Mueller <lutz@users.sourceforge.net> + + Reviewed and modified by: Luca Ognibene <luogni@tin.it> + + * sys/ximage/gstximageplugin.c: + * sys/ximage/ximagesrc.h: + * sys/ximage/ximagesrc.c: + * sys/ximage/ximagesink.c: + * sys/ximage/Makefile.am: + Add ximagesrc element in the ximagesink plugin (plugin name + should be changed in 0.9...) + Move ximagesink element registration to gstximageplugin.c + fix #161661 + 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/xvid/gstxviddec.c: (gst_xviddec_change_state): |