tsdemux: fix up comment

This commit is contained in:
Tim-Philipp Müller 2014-06-22 12:32:35 +01:00
parent d52ef19d7f
commit 983eb6d28a

View file

@ -115,7 +115,7 @@ typedef struct _TSDemuxStream TSDemuxStream;
typedef struct _TSDemuxH264ParsingInfos TSDemuxH264ParsingInfos;
/* Return offset of a keyframe if found */
/* Returns TRUE if a keyframe was found */
typedef gboolean (*GstTsDemuxKeyFrameScanFunction) (TSDemuxStream * stream,
guint8 * data, const gsize data_size, const gsize max_frame_offset);