mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tsmuxstream: Fix comment typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2073>
This commit is contained in:
parent
08442cc792
commit
49c61338d6
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ tsmux_stream_write_pes_header (TsMuxStream * stream, guint8 * data)
|
|||
*
|
||||
* Submit @len bytes of @data into @stream. @pts and @dts can be set to the
|
||||
* timestamp (against a 90Hz clock) of the first access unit in @data. A
|
||||
* timestamp of GST_CLOCK_STIME_NNOE for @pts or @dts means unknown.
|
||||
* timestamp of GST_CLOCK_STIME_NONE for @pts or @dts means unknown.
|
||||
*
|
||||
* @user_data will be passed to the release function as set with
|
||||
* tsmux_stream_set_buffer_release_func() when @data can be freed.
|
||||
|
|
Loading…
Reference in a new issue