[Bug 668833] kateenc does not work as exspected

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 27 05:21:02 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668833
  GStreamer | gst-plugins-bad | 0.10.35

--- Comment #2 from horsthuchen at gmail.com 2012-01-27 13:20:58 UTC ---
I'm using qtgstreamer 

   char ch[]= "Hello World";
    static int i=0;
    i++;
    if(i%10==0)
    {
      memcpy(subtitleBuffer->data(),ch,12);
      subtitleAppSource->pushBuffer(subtitleBuffer);
    }

    memcpy(videoBuffer->data(), image.data, videoBuffer->size());
    videoAppSource->pushBuffer(videoBuffer);


And to stop

pipeline->sendEvent(QGst::EosEvent::create());

Do you need additional Code fragments.

My whole pipe:

      appsrc->  jpegenc->   matroskamux->filesink
                            /\
                            ||
appsrc->kateenc->kateparse =

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