[Angstrom-devel] [beagleboard] Re: simple GStreamer pipeline
Joel A Fernandes
agnel.joel at gmail.com
Tue Jul 26 09:47:22 CEST 2011
Hi Koen and Vladimir,
>> [..]
>> /*
>> * The RMS protocol version is used to ensure that the server and the codec
>> * engine can communicate with eachother. In order for the Codec Engine to
>> * operate with a given server, the RMS_VERSION_MAJOR must be the same, and
>> * the RMS_VERSION_MINOR of the server must be >= the RMS_VERSION_MINOR of
>> * the Codec Engine. The RMS_VERSION_SOURCE is always left as 0, and is only
>> * here for consistency with CE library versioning conventions.
>> *
>> * When commands are added to the RMS server, the RMS_VERSION_MINOR must
>> * be updated. This will allow a server that supports more commands to work
>> * with an older Codec Engine.
>> * If compatibility is completely broken, then RMS_VERSION_MAJOR
>> * must be updated.
>> */
>> #define RMS_VERSION_MAJOR 1
>> #define RMS_VERSION_SOURCE 0
>> #define RMS_VERSION_MINOR 4
>> [..]
>>
>> So I think I will try using an older Code Engine. Any thoughts?
>
>
> Rebuilding the server doesn't help?
>
Thanks, it worked for me now.
Regards,
Joel
More information about the Angstrom-distro-devel
mailing list