[gst-devel] Plug-in ffmpeg

Thomas Vander Stichele thomas at apestaart.org
Wed May 24 06:40:24 CEST 2006


On Wed, 2006-05-24 at 14:45 +0200, Géraldine Rougier wrote:
> Hi,
> 
> what's done is:
>  - enc_lib=gst_plugin_load_file("libffmpeg_plugin.so", &err)
>  - encoder=gst_element_factory_make("ffenc_h263", "encoder")
>  - use the encoder in a pipeline
>  - play pipeline
>  - destroy pipeline
>  - unref(enc_lib)
> 
> next:
>  - enc_lib=gst_plugin_load_file("libffmpeg_plugin.so", &err)
>  - encoder=gst_element_factory_make("ffenc_h263", "encoder")

May I ask why you're doing things this way ? It seems you're a) not
using gst-ffmpeg and b) not using a registry.

Obviously, you're doing something no one else has done before, so it may
either be a bug or the behaviour as intended.

Thomas






More information about the gstreamer-devel mailing list