Problem while adding typefind functionality to a parser plugin
mohid
mohideensaad at gmail.com
Thu Aug 18 08:19:58 PDT 2011
Hey. Thats perfect. The problem is solved.
Thanks Tim.
Now I've got another problem for connection between the parser and decoder
I have the decoder plugin. But when I try to play with totem, it shows
missing plugin.
The caps are
parser src:
GST_STATIC_CAPS ( "audio/x-wma, "
"wmaversion=(int)[1, 3], "
"rate = (int) [ 1, MAX ], "
"encopt = (int) [ 1, MAX ], "
"bitrate = (int) [ 1, MAX ], "
"blockalign = (int) [ 1, MAX ], "
"formattag = (int) [ 1, MAX ], "
"channelmask = (int) [ 1, MAX ], "
"channels = (int) [ 1, MAX ], "
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, "
"width = (int) 16, "
"depth = (int) [ 1, 16 ], "
"signed = (boolean) { true, false }")
and decode sink:
GST_STATIC_CAPS ( "audio/x-wma, "
"wmaversion=(int)[1, 3], "
"rate = (int) [ 1, MAX ], "
"encopt = (int) [ 1, MAX ], "
"bitrate = (int) [ 1, MAX ], "
"blockalign = (int) [ 1, MAX ], "
"formattag = (int) [ 1, MAX ], "
"channelmask = (int) [ 1, MAX ], "
"channels = (int) [ 1, MAX ], "
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, "
"width = (int) 16, "
"depth = (int) [ 1, 16 ], "
"signed = (boolean) { true, false }")
The player gives an error
"A program requires an additional plugin to encode this file
The following plugin is required:
Windows Media Audio decoder".
But my decoder plugin is available when checking with gst-inspect.
Please help in this regard
Thanks,
Mohid
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Problem-while-adding-typefind-functionality-to-a-parser-plugin-tp3751917p3752870.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list