[gst-devel] rtph263depay

Miguel Luis mluis at av.it.pt
Thu Jun 28 11:43:51 CEST 2007


I also added to rtp/gstrtp.c

#include <gstrtph263depay.h>
(...)
if (!gst_rtp_h263_depay_plugin_init (plugin)
   return FALSE;

but for me it ain't working yet. Do I must add some more code?

Regards,
Miguel Luis.


Tim Müller wrote:
> On Wed, 2007-06-27 at 20:35 +0100, Miguel Luis wrote:
>
>   
>> Indeed.
>> But how can I add this rtph263depay to the gstreamer source and use it 
>> as I do with elements previously in gstreamer?
>>
>> I tried to download the gstreamer0.10-plugins-good source code, copy it 
>> to gst/rtp/, add rtph263depay.c and .h to Makefile.am and compile it but 
>> with no results.
>>
>> Does anyone give me some tips on how to get this working?
>>     
>
> You'll probably also need to add a call to
> gst_rtp_h263_depay_plugin_init() to rtp/gstrtp.c to make sure it gets
> registered.
>
>  Cheers 
>   -Tim
>
>
>   





More information about the gstreamer-devel mailing list