mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:56:14 +00:00
tsdemux: fix up comment
This commit is contained in:
parent
d52ef19d7f
commit
983eb6d28a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ typedef struct _TSDemuxStream TSDemuxStream;
|
||||||
|
|
||||||
typedef struct _TSDemuxH264ParsingInfos TSDemuxH264ParsingInfos;
|
typedef struct _TSDemuxH264ParsingInfos TSDemuxH264ParsingInfos;
|
||||||
|
|
||||||
/* Return offset of a keyframe if found */
|
/* Returns TRUE if a keyframe was found */
|
||||||
typedef gboolean (*GstTsDemuxKeyFrameScanFunction) (TSDemuxStream * stream,
|
typedef gboolean (*GstTsDemuxKeyFrameScanFunction) (TSDemuxStream * stream,
|
||||||
guint8 * data, const gsize data_size, const gsize max_frame_offset);
|
guint8 * data, const gsize data_size, const gsize max_frame_offset);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue