diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpmux.h')
-rw-r--r-- | gst/rtpmanager/gstrtpmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmanager/gstrtpmux.h b/gst/rtpmanager/gstrtpmux.h index 3582a75a5..4b71deeaf 100644 --- a/gst/rtpmanager/gstrtpmux.h +++ b/gst/rtpmanager/gstrtpmux.h @@ -42,8 +42,8 @@ typedef struct _GstRTPMuxClass GstRTPMuxClass; typedef struct { - gboolean have_clock_base; - guint clock_base; + gboolean have_timestamp_offset; + guint timestamp_offset; GstSegment segment; |