diff options
-rw-r--r-- | gst/mpegtsmux/tsmux/tsmuxstream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.c b/gst/mpegtsmux/tsmux/tsmuxstream.c index 4cbd21770..bd01c420b 100644 --- a/gst/mpegtsmux/tsmux/tsmuxstream.c +++ b/gst/mpegtsmux/tsmux/tsmuxstream.c @@ -974,7 +974,11 @@ tsmux_stream_get_es_descrs (TsMuxStream * stream, descriptor = gst_mpegts_descriptor_from_registration ("AC-3", add_info, 6); + g_ptr_array_add (pmt_stream->descriptors, descriptor); + descriptor = + gst_mpegts_descriptor_from_custom (GST_MTS_DESC_AC3_AUDIO_STREAM, + add_info, 6); g_ptr_array_add (pmt_stream->descriptors, descriptor); break; |