Re: gstreamermm ghost pad incomplete



At Wed, 18 Jun 2008 03:46:06 +0200,
Marcus Brinkman wrote:
> It looks as if the target property is not wrapped or something,
> causing the gstreamer code itself to fail(?).

Additional info: Using the following code also produces an error, but
a different one:

  Glib::RefPtr<Gst::GhostPad> ghost_pad
	  = Gst::GhostPad::create ("sink", Gst::PAD_SINK);
  if (! ghost_pad)
    throw "Could not create ghost_pad";
  ghost_pad->set_target (sink_pad);

Results in:

(lt-mediaplayer:10732): glibmm-WARNING **: Glib::ConstructParams::ConstructParams(): object class "gtkmm__GstGhostPad" has no property named "dir"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]