After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 327224 - ffdeinterlace port to 0.10
ffdeinterlace port to 0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal enhancement
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-16 16:39 UTC by Michal Benes
Modified: 2006-01-20 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
FFdeinterlace port to GST 0.10 (16.49 KB, patch)
2006-01-16 16:40 UTC, Michal Benes
none Details | Review

Description Michal Benes 2006-01-16 16:39:14 UTC
Hello, 

Martin Zlomek from Itonis has ported ffdeinterlace plugin to 0.10.
Comment 1 Michal Benes 2006-01-16 16:40:30 UTC
Created attachment 57480 [details] [review]
FFdeinterlace port to GST 0.10
Comment 2 Christoph Burghardt 2006-01-19 13:42:11 UTC
I applied the patch cleanly to current cvs and as far as i can say, it works. Good job :)
Comment 3 Edward Hervey 2006-01-20 14:19:29 UTC
2006-01-20  Martin Zlomek from Itonis (michael.benes@xeris.cz)

	reviewed by: Edward Hervey  <edward@fluendo.com>

	* ext/ffmpeg/Makefile.am:
	* ext/ffmpeg/gstffmpeg.c: (plugin_init):
	* ext/ffmpeg/gstffmpegdeinterlace.c:
	(gst_ffmpegdeinterlace_base_init),
	(gst_ffmpegdeinterlace_class_init),
	(gst_ffmpegdeinterlace_sink_setcaps), (gst_ffmpegdeinterlace_init),
	(gst_ffmpegdeinterlace_chain), (gst_ffmpegdeinterlace_register):
	ffdeinterlace port to 0.10.
	Could be made a subclass of GstBaseTransform later on...