X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst-libs%2Fgst%2Fpbutils%2Fpbutils-private.h;h=8ac614791fcb3904ce8ce1c73aef7c7a0cf4c2e1;hb=e1287b97abb8f9edfcf43db72d9dc440cafa16e3;hp=2d7fcd8d9b0f51bfb42ad14d8ab8d57af797b9ca;hpb=d0362c2b87a234fa03c7d41d7eec6602512e307a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst-libs/gst/pbutils/pbutils-private.h b/gst-libs/gst/pbutils/pbutils-private.h index 2d7fcd8..8ac6147 100644 --- a/gst-libs/gst/pbutils/pbutils-private.h +++ b/gst-libs/gst/pbutils/pbutils-private.h @@ -44,6 +44,8 @@ struct _GstDiscovererAudioInfo { guint bitrate; guint max_bitrate; + + gchar *language; }; struct _GstDiscovererVideoInfo { @@ -64,6 +66,12 @@ struct _GstDiscovererVideoInfo { gboolean is_image; }; +struct _GstDiscovererSubtitleInfo { + GstDiscovererStreamInfo parent; + + gchar *language; +}; + struct _GstDiscovererInfo { GObject parent;