mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
various caps fixes and sundry
Original commit message from CVS: various caps fixes and sundry
This commit is contained in:
parent
f7a0ead089
commit
bf4cd8dc8b
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@ typedef struct gst_mpeg2dec_vo_instance_s {
|
|||
|
||||
} gst_mpeg2dec_vo_instance_t;
|
||||
|
||||
/* defined but not used
|
||||
static void
|
||||
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");
|
||||
}
|
||||
*/
|
||||
|
||||
static void
|
||||
gst_mpeg2dec_vo_frame_draw (vo_frame_t * frame)
|
||||
|
|
Loading…
Reference in a new issue