After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676715 - [rtph264pay] can't stream baseline profile, level 2.2 mkv file
[rtph264pay] can't stream baseline profile, level 2.2 mkv file
Status: RESOLVED DUPLICATE of bug 672019
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.31
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-24 08:05 UTC by Tibor Kocsis
Modified: 2012-05-24 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug4.log (145.28 KB, application/x-gzip)
2012-05-24 08:05 UTC, Tibor Kocsis
Details

Description Tibor Kocsis 2012-05-24 08:05:33 UTC
Created attachment 214843 [details]
debug4.log

Hi,

I have an mkv file recorded from an h264 ip camera with gstreamer, but the recorded file i cannot stream with rtph264pay.

The failure pipeline is simple:

gst-launch filesrc location="/tmp/test.mkv" ! matroskademux  ! rtph264pay  ! rtph264depay ! fakesink

The files I recorded with the previous version of gstreamer are works fine with the same pipeline, so I think the new matroskamux add some property which is not supported correctly with rtph264pay.

Maybe this is the problem:

0:00:00.083813610 26708      0x1fcedb0 DEBUG               GST_CAPS gstpad.c:2263:gst_pad_get_caps_unlocked:<matroskademux0:video_00> pad getcaps returned video/x-h264, level=(string)2.2, profile=(string)baseline, codec_data=(buffer)01428016ffe1001467428016888b40501ed0800057e40000afc8020001000468ce3880, stream-format=(string)avc, alignment=(string)au, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
0:00:00.084015558 26708      0x1fcedb0 DEBUG               GST_CAPS gstpad.c:2263:gst_pad_get_caps_unlocked:<rtph264pay0:sink> pad getcaps returned video/x-h264, profile=(string)constrained-baseline

GST_DEBUG=4 log attached.

Regards,
Tibor
Comment 1 Wim Taymans 2012-05-24 08:09:01 UTC

*** This bug has been marked as a duplicate of bug 672019 ***