[gstreamer-bugs] [Bug 599389] Appsrc & playbin2 reading too much data,

Adam Panayis adam at movency.com
Fri Oct 23 04:00:39 PDT 2009


I am using stream-type: "seekable".
gst_util_set_object_arg (G_OBJECT (app->appsrc), "stream-type", "seekable");

I also tried "random-access" but can't even get a song to play, I get an 
error: internal data flow error. To be honest  I havent played much with 
the random-access option.

GStreamer (bugzilla.gnome.org) wrote:
> https://bugzilla.gnome.org/show_bug.cgi?id=599389
>   GStreamer | gst-plugins-base | 0.10.23
>
> Jan Schmidt <thaytan> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |thaytan at mad.scientist.com
>
> --- Comment #1 from Jan Schmidt <thaytan at mad.scientist.com> 2009-10-23 10:35:03 UTC ---
> Have you set the 'stream-type' property on appsrc?
>
>   stream-type         : the type of the stream
>                         flags: readable, writable
>                         Enum "GstAppStreamType" Default: 0, "stream" Current:
> 0, "stream"
>                            (0): stream           - Stream
>                            (1): seekable         - Seekable
>                            (2): random-access    - Random Access
>
>   




More information about the Gstreamer-bugs mailing list