summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpg723pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpg723pay.c')
-rw-r--r--gst/rtp/gstrtpg723pay.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpg723pay.c b/gst/rtp/gstrtpg723pay.c
index 2612218a3..cb6dff52a 100644
--- a/gst/rtp/gstrtpg723pay.c
+++ b/gst/rtp/gstrtpg723pay.c
@@ -164,8 +164,7 @@ gst_rtp_g723_pay_flush (GstRTPG723Pay * pay)
pay->discont = FALSE;
}
gst_rtp_buffer_unmap (&rtp);
- gst_rtp_copy_meta (GST_ELEMENT_CAST (pay), outbuf, payload_buf,
- g_quark_from_static_string (GST_META_TAG_AUDIO_STR));
+ gst_rtp_copy_audio_meta (pay, outbuf, payload_buf);
outbuf = gst_buffer_append (outbuf, payload_buf);