mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtp: register tag image types
The rtpgstdepay needs the type to be available in order to deserialize the event.
This commit is contained in:
parent
b1f4587d75
commit
9d7519f66e
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <gst/tag/tag.h>
|
||||
|
||||
#include "gstrtpac3depay.h"
|
||||
#include "gstrtpac3pay.h"
|
||||
#include "gstrtpbvdepay.h"
|
||||
|
@ -97,6 +99,8 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
gst_tag_image_type_get_type ();
|
||||
|
||||
if (!gst_rtp_ac3_depay_plugin_init (plugin))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue