MP4 files ... problem with new gstreamer release

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MP4 files ... problem with new gstreamer release

Mauro
Hi all,

I've updated my gstreamer build with the new gstreamer release from 2012-02-21 and now some of my .mp4 files don't display image. (only sound)
After a bit of investigation, I found out that .mp4 files that have the video stream in the first stream inside the container, they all play 100%.
But if the video stream is in the second stream (after the audio) the .mp4 files don't display image.
Besides testing this with my custom pipeline I also tested with playbin2 and the same problem occurs.

I think that qtdemux is responsible for mp4 container parsing right? Is it a bug in this release? Or do I have to change something in my code?

With the previous release I don't have any problems.

Thanks in advance for all the help you can provide.
Reply | Threaded
Open this post in threaded view
|

Re: MP4 files ... problem with new gstreamer release

Tim-Philipp Müller-2
On Thu, 2012-02-23 at 09:09 -0800, Mauro wrote:

Hi,

> I've updated my gstreamer build with the new gstreamer release from
> 2012-02-21 and now some of my .mp4 files don't display image. (only sound)
> After a bit of investigation, I found out that .mp4 files that have the
> video stream in the first stream inside the container, they all play 100%.
> But if the video stream is in the second stream (after the audio) the .mp4
> files don't display image.
> Besides testing this with my custom pipeline I also tested with playbin2 and
> the same problem occurs.
>
> I think that qtdemux is responsible for mp4 container parsing right? Is it a
> bug in this release? Or do I have to change something in my code?
>
> With the previous release I don't have any problems.
>
> Thanks in advance for all the help you can provide.

Could you please file a bug in bugzilla [0] and make such a file
available for us somewhere ?

Cheers
 -Tim

[0] http://gstreamer.freedesktop.org/bugs/

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: MP4 files ... problem with new gstreamer release

Mauro
Tks for the quick reply.

I've submitted a bug 670699

The description lists the files that can be used to test this issue.

Once again thank you for the help.

Mauro