summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstmask.h
Commit message (Collapse)AuthorAgeFilesLines
* gst/smpte/: constify some static structs.Wim Taymans2007-01-231-5/+5
| | | | | | | | | | | | | | Original commit message from CVS: * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw), (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw): * gst/smpte/gstmask.c: (_gst_mask_register): * gst/smpte/gstmask.h: * gst/smpte/gstsmpte.c: (gst_smpte_update_mask): * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line), (gst_smpte_paint_triangle_clock): constify some static structs. Don't update the mask if nothing changed to the params. Make sure we never draw outside of the picture. Fixes #398325.
* gst/smpte/: Port to 0.10 some more.Wim Taymans2006-12-071-1/+0
| | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/smpte/gstmask.h: * gst/smpte/gstsmpte.c: (gst_smpte_class_init), (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset), (gst_smpte_collected), (gst_smpte_set_property), (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init): * gst/smpte/gstsmpte.h: Port to 0.10 some more. Added duration property to specify the duration of the transition. Make framerate a fraction. Deprecate fps property, we only use negotiated fps. Added docs. Fix collectpad usage. Reset state in READY. Send NEWSEGMENT event. Fix racy updates of object properties. Added debug category. Fixes #383323.
* expand tabsThomas Vander Stichele2005-12-061-21/+21
| | | | | Original commit message from CVS: expand tabs
* *.h: Revert indentingJohan Dahlin2004-03-151-26/+24
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-141-24/+26
| | | | | Original commit message from CVS: gst-indent
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-131-16/+6
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-101-0/+73
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.