summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph264pay.h
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-05-20 13:57:44 +0000
committerPeter Kjellerstedt <pkj@axis.com>2008-05-20 13:57:44 +0000
commitb2750e2a1a3d75be8ee26c01f5219733b851fcf7 (patch)
tree41b1241b906defae1c19c00f9e43a875849e6d6a /gst/rtp/gstrtph264pay.h
parentbe0e73ee6bd042a349a79b0d4b34fdc6d5366a47 (diff)
gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single).
Original commit message from CVS: * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type), (gst_rtp_h264_pay_handle_buffer): * gst/rtp/gstrtph264pay.h: Correct a typo (sinle -> single).
Diffstat (limited to 'gst/rtp/gstrtph264pay.h')
-rw-r--r--gst/rtp/gstrtph264pay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph264pay.h b/gst/rtp/gstrtph264pay.h
index f48fb98b..10f8615f 100644
--- a/gst/rtp/gstrtph264pay.h
+++ b/gst/rtp/gstrtph264pay.h
@@ -40,7 +40,7 @@ typedef enum
{
GST_H264_SCAN_MODE_BYTESTREAM,
GST_H264_SCAN_MODE_MULTI_NAL,
- GST_H264_SCAN_MODE_SINLE_NAL
+ GST_H264_SCAN_MODE_SINGLE_NAL
} GstH264ScanMode;
typedef struct _GstRtpH264Pay GstRtpH264Pay;