[Bug 647648] videorate: support for caps modifications in a running pipeline
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jul 10 15:25:05 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=647648
GStreamer | gst-plugins-base | 0.10.32
--- Comment #9 from Nicola <lists at svrinformatica.it> 2011-07-10 22:24:59 UTC ---
Hi Tom,
here is how:
GstElement *vrate=gst_bin_get_by_name(GST_BIN(pipe),"vrate");
gst_element_set_state(vrate,GST_STATE_NULL);
g_object_set(G_OBJECT (vfps),"caps",new_caps,NULL);
gst_element_set_state(vrate,GST_STATE_PLAYING);
however according to Sebastian comment, this should be handled by videorate
internally,
Nicola
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list