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:
Thibault Saunier 2014-09-15 17:25:14 +02:00 committed by Mathieu Duponchelle
parent c5dfd9c8c8
commit 50273c42a9

View file

@ -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,