various caps fixes and sundry

Original commit message from CVS:
various caps fixes and sundry
This commit is contained in:
Thomas Vander Stichele 2002-04-01 09:37:23 +00:00
parent f7a0ead089
commit bf4cd8dc8b

View file

@ -173,6 +173,7 @@ typedef struct gst_mpeg2dec_vo_instance_s {
} gst_mpeg2dec_vo_instance_t; } gst_mpeg2dec_vo_instance_t;
/* defined but not used
static void static void
gst_mpeg2dec_vo_frame_copy (vo_frame_t * frame, uint8_t ** src) gst_mpeg2dec_vo_frame_copy (vo_frame_t * frame, uint8_t ** src)
{ {
@ -184,6 +185,7 @@ gst_mpeg2dec_vo_frame_field (vo_frame_t * frame, int flags)
{ {
GST_INFO (GST_CAT_PLUGIN_INFO, "VO: field"); GST_INFO (GST_CAT_PLUGIN_INFO, "VO: field");
} }
*/
static void static void
gst_mpeg2dec_vo_frame_draw (vo_frame_t * frame) gst_mpeg2dec_vo_frame_draw (vo_frame_t * frame)