mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
validate: Move some method between GstMediaDescriptorParser and GstMediaDescriptor
So that method land where they actually belong. https://bugzilla.gnome.org/show_bug.cgi?id=736138
This commit is contained in:
parent
c5dfd9c8c8
commit
50273c42a9
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ GstMediaDescriptorParser * gst_media_descriptor_parser_new (GstValidateRunner *r
|
||||||
const gchar * xmlpath,
|
const gchar * xmlpath,
|
||||||
GError **error);
|
GError **error);
|
||||||
gchar * gst_media_descriptor_parser_get_xml_path (GstMediaDescriptorParser *parser);
|
gchar * gst_media_descriptor_parser_get_xml_path (GstMediaDescriptorParser *parser);
|
||||||
GstClockTime gst_media_descriptor_parser_get_duration (GstMediaDescriptorParser *parser);
|
|
||||||
gboolean gst_media_descriptor_parser_get_seekable (GstMediaDescriptorParser * parser);
|
|
||||||
gboolean gst_media_descriptor_parser_add_stream (GstMediaDescriptorParser *parser,
|
gboolean gst_media_descriptor_parser_add_stream (GstMediaDescriptorParser *parser,
|
||||||
GstPad *pad);
|
GstPad *pad);
|
||||||
gboolean gst_media_descriptor_parser_add_taglist (GstMediaDescriptorParser *parser,
|
gboolean gst_media_descriptor_parser_add_taglist (GstMediaDescriptorParser *parser,
|
||||||
|
|
Loading…
Reference in a new issue