[gst-devel] qtdemux

Ronald Bultje rbultje at ronald.bitfreak.net
Wed May 1 10:27:17 CEST 2002


Hi Artem,

On Wed, 2002-05-01 at 12:02, Artem Baguinski wrote:
> it was my first gstreamer programming, so probably i missed something,
> but the following pipeline works:
> 
> filesrc location=b35.mov ! qtdemux video_%02d! { queue ! jpegdec !
> sdlvideosink }

if that works, then you haven't missed anything critical ;-). When can
we see it? :-).

> it has some problem though (as well as an old one): jpegdec complains
> about corrupt jpeg data now and then and it's always the same "10
> extraneous bytes before marker 0xdb". i don't know enough about jpeg to
> understand what that means, you see. may be somebody has an idea what's
> wrong wit that?

it means there's ten bytes of junk before the JPEG identifier in the
frame (i.e. the GstBuffer with JPEG video data). Probably nothing to
worry about for now, we'll see about that later on...

Ronald

-- 
-   .-.
-   /V\    | Ronald Bultje <rbultje at ronald.bitfreak.net>
-  // \\   | Running: Linux 2.4.18-XFS and OpenBSD 3.0
- /(   )\  | http://ronald.bitfreak.net/
-  ^^-^^





More information about the gstreamer-devel mailing list