[Bug 728379] appsink/appsrc: caps negotiation/parsing regression

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 16 23:47:41 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728379
  GStreamer | gst-plugins-base | git

--- Comment #3 from Nicola <lists at svrinformatica.it> 2014-04-17 06:47:36 UTC ---
just to be more clear about the different behaviour:

- in 0.10 you can start both the pipeline at the same time and they just work
- in 1.0 you have to wait for the caps on the first pipeline (streaming
thread), set them on the second pipeline (main thread) and then send buffers on
the second pipeline, is doable but require much work and different code
organization than the same in 0.10, 

in my case I need to keep compatibility with both 0.10 and 1.0 in my apps for
some time and I would like to maintain the same code organization for both 0.10
and 1.0

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