diff --git a/gst/playback/gstparsebin.c b/gst/playback/gstparsebin.c index f67eda80ed..6096887b8c 100644 --- a/gst/playback/gstparsebin.c +++ b/gst/playback/gstparsebin.c @@ -5,6 +5,9 @@ * Author: Sebastian Dröge , Collabora Ltd. * Copyright (C) <2013> Collabora Ltd. * Author: Sebastian Dröge + * Copyright (C) <2015-2016> Centricular Ltd + * @author: Edward Hervey + * @author: Jan Schmidt * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -852,10 +855,10 @@ gst_parse_bin_class_init (GstParseBinClass * klass) gst_static_pad_template_get (&decoder_bin_src_template)); gst_element_class_set_static_metadata (gstelement_klass, - "Decoder Bin", "Generic/Bin/Decoder", - "Autoplug and decode to raw media", - "Edward Hervey , " - "Sebastian Dröge "); + "Parse Bin", "Generic/Bin/Parser", + "Parse and de-multiplex to elementary stream", + "Jan Schmidt , " + "Edward Hervey "); gstelement_klass->change_state = GST_DEBUG_FUNCPTR (gst_parse_bin_change_state);