- Mar 22, 2013
-
-
Tim-Philipp Müller authored
-
When receiving an error code from the http server, such as 404, data might be sent along with it, like a web page. We don't want to output that data in this case, and we also want to pass the FLOW_ERROR return back to the base class, so it can stop properly. https://bugzilla.gnome.org/show_bug.cgi?id=678429
-
-
-
- Mar 20, 2013
-
-
- Mar 18, 2013
-
-
-
Fixes problem of infinite loop in gst_deinterlace_reset_history. Last field in the history was never deinterlaced because idx becomes negative. Happens e.g. with method=scalerbob fields=bottom or method=greedyl fields=top https://bugzilla.gnome.org/show_bug.cgi?id=695644 https://bugzilla.gnome.org/show_bug.cgi?id=693173
-
- Mar 12, 2013
-
-
Fixes problem in conjunction with avidemux. https://bugzilla.gnome.org/show_bug.cgi?id=695643
-
- Mar 11, 2013
-
-
Calling gst_pad_peer_query_caps () on the src pad with the caps upstream can produce as a filter from gst_rtp_h264_pay_getcaps () is wrong and makes caps negotiation fail if upstream caps are not NULL. https://bugzilla.gnome.org/show_bug.cgi?id=695629
-
- Mar 02, 2013
-
-
ISO/IEC 14496-12 specifies disabled tracks should be completely ignored, so just do it. Avoids deadlock during prerolling for some files. Also prevents 'chapter' subtitle tracks from showing up. https://bugzilla.gnome.org/show_bug.cgi?id=693993 https://bugzilla.gnome.org/show_bug.cgi?id=628790
-
Specific case here is Wowza 3.5.0
-
- Feb 25, 2013
-
-
Tim-Philipp Müller authored
-
- Feb 24, 2013
-
-
Thomas Vander Stichele authored
-
Thomas Vander Stichele authored
-
-
- Feb 22, 2013
-
-
Paul HENRYS authored
change_ssrc field of RTPSession should be set before calling rtp_session_schedule_bye_locked () as this function will call reconsider function that will wake up rtcp_thread which will call rtp_session_on_timeout () that will check change_ssrc to change the ssrc. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694184
-
- Feb 21, 2013
- Feb 18, 2013
-
-
Tim-Philipp Müller authored
Don't unmap short MOOV atom buffer twice, which happened in the case where we don't fix up the MOOV atom. Fixes crashes when thumbnailing partial mp4 file where the MOOV atom is still incomplete. https://bugzilla.gnome.org/show_bug.cgi?id=694010
-
- Feb 15, 2013
-
-
Benjamin Gaignard authored
Don't try to check the stride for encoded formats. Some drivers output something != 0 and then we don't want to fail on that.
-
- Feb 07, 2013
-
-
Tim-Philipp Müller authored
AM_CONFIG_HEADER -> AC_CONFIG_HEADERS https://bugzilla.gnome.org/show_bug.cgi?id=693373
-
Paul HENRYS authored
When a new src pad is added, first forward the sticky events and then set the caps on the src pad Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692786
-
-
-
- Feb 06, 2013
-
-
Wim Taymans authored
Only EOS when we receive a BYE event from the SSRC of our stream. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675453
-
Wim Taymans authored
Conflicts: gst/rtsp/gstrtspsrc.c
-
Wim Taymans authored
When we stop, we can flush all pending commands so that we can stop and join the task. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684924
-
- Feb 03, 2013
-
-
Olivier Crête authored
-
- Jan 31, 2013
-
-
Matthew Waters authored
fixes hang in videotestsrc num-buffers=20 ! videomixer ! fakesink Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692935
-
Alexey Chernov authored
osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones
-
- Jan 27, 2013
-
-
- Jan 24, 2013
-
-
Olivier Crête authored
-
- Jan 23, 2013
-
-
Benjamin Gaignard authored
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> https://bugzilla.gnome.org/show_bug.cgi?id=692309
-
Tim-Philipp Müller authored
Shouldn't really happen these days, but if it does, it's not really a problem either. https://bugzilla.gnome.org/show_bug.cgi?id=656068
-
Alexey Chernov authored
-
Alexey Chernov authored
Fixes bug #691832
-
- Jan 08, 2013
-
-
Tim-Philipp Müller authored
-
- Jan 04, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The other elements are not that interesting now that we're using pangocairo in the pango plugin, and should probably just be removed.
-
Tim-Philipp Müller authored
Otherwise people get a rather confusing error message.
-