[gstreamer-bugs] [Bug 312947] Making single frame snapshots with the snapshot plugin is not possible

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Aug 9 14:02:08 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=312947
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From Tim-Philipp Müller  2005-08-09 21:02 -------
You can already do single shot snapshots with

  gulong id;
  id = g_signal_connect (snapshot, "snapshot", ....);
  
and then later do

  g_signal_handler_disconnect (snapshot, id);

Your solution is slightly more convenient of course ;)

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list