summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/tsmux
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2021-03-11 18:05:10 +1100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-03-18 13:57:27 +0000
commit49c61338d62acf6d12605090813f1029f473ebf7 (patch)
treee0c722badab2f1a405e21749abc2a2f36ce97a6e /gst/mpegtsmux/tsmux
parent08442cc79216956eff03a9b35040e6b1fff11ac1 (diff)
downloadgstreamer-plugins-bad-49c61338d62acf6d12605090813f1029f473ebf7.tar.gz
tsmuxstream: Fix comment typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2073>
Diffstat (limited to 'gst/mpegtsmux/tsmux')
-rw-r--r--gst/mpegtsmux/tsmux/tsmuxstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.c b/gst/mpegtsmux/tsmux/tsmuxstream.c
index beb93bd8b..d62dd34c6 100644
--- a/gst/mpegtsmux/tsmux/tsmuxstream.c
+++ b/gst/mpegtsmux/tsmux/tsmuxstream.c
@@ -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.