diff options
Diffstat (limited to 'libs/gst/net/gstntppacket.c')
-rw-r--r-- | libs/gst/net/gstntppacket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/net/gstntppacket.c b/libs/gst/net/gstntppacket.c index 79b95ec05..8d88d75c1 100644 --- a/libs/gst/net/gstntppacket.c +++ b/libs/gst/net/gstntppacket.c @@ -85,7 +85,7 @@ gst_clock_time_to_ntp_timestamp_fraction (GstClockTime gst) * caller is responsible for ensuring that @buffer is at least * #GST_NTP_PACKET_SIZE bytes long. * - * If @buffer is #NULL, the local and remote times will be set to + * If @buffer is %NULL, the local and remote times will be set to * #GST_CLOCK_TIME_NONE. * * MT safe. Caller owns return value (gst_ntp_packet_free to free). |