diff options
Diffstat (limited to 'gst/mpeg2sub/gstmpeg2subt.h')
-rw-r--r-- | gst/mpeg2sub/gstmpeg2subt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mpeg2sub/gstmpeg2subt.h b/gst/mpeg2sub/gstmpeg2subt.h index 8a078171..533b3880 100644 --- a/gst/mpeg2sub/gstmpeg2subt.h +++ b/gst/mpeg2sub/gstmpeg2subt.h @@ -57,8 +57,8 @@ struct _GstMpeg2Subt { GstPad *videopad,*subtitlepad,*srcpad; - GstBuffer *partialbuf; /* Collect together subtitle buffers until we have a full control sequence */ - GstBuffer *hold_frame; /* Hold back one frame of video */ + GstBuffer *partialbuf; /* Collect together subtitle buffers until we have a full control sequence */ + GstBuffer *hold_frame; /* Hold back one frame of video */ GstBuffer *still_frame; guint16 packet_size; |