From 57ac7b18004e6bfa0117ef146939e6830d2dd47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 10 Oct 2014 17:32:41 -0400 Subject: [PATCH] pbutils: Rename clock-base/seqnum-base to timestamp-offset/seqnum-offset To match how they were renamed elsewhere. --- gst-libs/gst/pbutils/missing-plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/pbutils/missing-plugins.c b/gst-libs/gst/pbutils/missing-plugins.c index 5615faa43b..4cf92916f8 100644 --- a/gst-libs/gst/pbutils/missing-plugins.c +++ b/gst-libs/gst/pbutils/missing-plugins.c @@ -144,9 +144,9 @@ copy_and_clean_caps (const GstCaps * caps) /* rtp fields */ gst_structure_remove_field (s, "config"); gst_structure_remove_field (s, "clock-rate"); - gst_structure_remove_field (s, "clock-base"); + gst_structure_remove_field (s, "timestamp-offset"); gst_structure_remove_field (s, "maxps"); - gst_structure_remove_field (s, "seqnum-base"); + gst_structure_remove_field (s, "seqnum-offset"); gst_structure_remove_field (s, "npt-start"); gst_structure_remove_field (s, "npt-stop"); gst_structure_remove_field (s, "play-speed");