[Bug 684084] playbin: text-sink property behaviour

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 19 08:04:18 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=684084
  GStreamer | gst-plugins-base | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #224759|none                        |needs-work
             status|                            |

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-09-19 15:04:15 UTC ---
(From update of attachment 224759)
>-  g_signal_emit_by_name (appsink, "pull-buffer", &buffer);
>+  g_signal_emit_by_name (appsink, "pull-sample", &buffer);

This needs to go into a GstSample *sample; variable, and then you need to get
the buffer from that with 

 buffer = gst_sample_get_buffer(sample);

-- 
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