X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst-libs%2Fgst%2Fpbutils%2Fpbutils-private.h;h=8ac614791fcb3904ce8ce1c73aef7c7a0cf4c2e1;hb=e1287b97abb8f9edfcf43db72d9dc440cafa16e3;hp=c6a817dd7c92f226f4f1dd3266120d29982b75df;hpb=a356bb268d89661e0c60d3fa5448d7eec64094d5;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst-libs/gst/pbutils/pbutils-private.h b/gst-libs/gst/pbutils/pbutils-private.h index c6a817d..8ac6147 100644 --- a/gst-libs/gst/pbutils/pbutils-private.h +++ b/gst-libs/gst/pbutils/pbutils-private.h @@ -19,7 +19,7 @@ */ struct _GstDiscovererStreamInfo { - GstMiniObject parent; + GObject parent; GstDiscovererStreamInfo *previous; /* NULL for starting points */ GstDiscovererStreamInfo *next; /* NULL for containers */ @@ -44,6 +44,8 @@ struct _GstDiscovererAudioInfo { guint bitrate; guint max_bitrate; + + gchar *language; }; struct _GstDiscovererVideoInfo { @@ -64,8 +66,14 @@ struct _GstDiscovererVideoInfo { gboolean is_image; }; +struct _GstDiscovererSubtitleInfo { + GstDiscovererStreamInfo parent; + + gchar *language; +}; + struct _GstDiscovererInfo { - GstMiniObject parent; + GObject parent; gchar *uri; GstDiscovererResult result; @@ -78,8 +86,7 @@ struct _GstDiscovererInfo { GstClockTime duration; GstStructure *misc; GstTagList *tags; - - gpointer _reserved[GST_PADDING]; + gboolean seekable; }; /* missing-plugins.c */