- Jul 30, 2013
-
-
Tim-Philipp Müller authored
This time with ChangeLog file
-
Tim-Philipp Müller authored
-
- Jul 29, 2013
- Jul 28, 2013
-
-
Sebastian Dröge authored
The caps should be used to get the mimetype and there is only an info structure for the GstSample if the image-type is not NONE.
-
-
- Jul 26, 2013
-
-
Olivier Crête authored
This way, we don't block the initial negotiation. Thanks to Jeremy Whiting for doing all the testing. https://bugzilla.gnome.org/show_bug.cgi?id=695981
-
Olivier Crête authored
This reverts commit d1b26e1d. This causes the initial negotiation to never happen if a reconfigure event is received after gst_base_src_start_complete() but before the loop starts. https://bugzilla.gnome.org/show_bug.cgi?id=695981
-
- Jul 22, 2013
-
-
Tim-Philipp Müller authored
We call setcaps() to reconfigure ourselves, but we need to pass the current *sink* caps, not the source caps then. Also fix a caps leak. https://bugzilla.gnome.org/show_bug.cgi?id=641599
-
- Jul 19, 2013
-
-
The g_socket functions only touch the error argument on errors, so clear err back to NULL in case g_socket_new (G_SOCKET_FAMILY_IPV6) failed, as we check for err != NULL later on to know if g_socket_bind() failed, otherwise we errously fail on systems without IPv6 support. https://bugzilla.gnome.org/show_bug.cgi?id=704553
-
encoding name is required in the caps and is a better fit for autoplugging than the pt value. Hardware manufacturers have a bad habit of skimming through RFCs and in this case; use unassigned numbers for encoders instead of dynamic numbers. In essence, this patch will add support for a lot of Bosch hardware encoders without breaking autoplugging. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639292
-
Remove the pt restrictions for all the depayloaders that have an encoding-name. We can use this to autoplug decoders. Remove the encoding-name for all the payloaders with a fixed payload type. We now either have an encoding-name or a pt in the sinkpad caps of a depayloader. See https://bugzilla.gnome.org/show_bug.cgi?id=639292 Conflicts: gst/rtp/gstrtpmp2tdepay.c gst/rtp/gstrtpvp8depay.c
-
- Jul 17, 2013
-
-
Unset the discont flag instead of posssibly pushing a buffer with a flag that's still set. https://bugzilla.gnome.org/show_bug.cgi?id=682110
-
The "message" property has been replaced by "post-messages". Pre-patch output: (test_spectrum:23101): GLib-GObject-WARNING **: g_object_set_valist: object class `GstSpectrum' has no property named `message' New spectrum message, endtime 0:00:00.100000000 (test_spectrum:23101): GStreamer-CRITICAL **: gst_value_list_get_value: assertion `GST_VALUE_HOLDS_LIST (value)' failed [...] Post-patch: New spectrum message, endtime 0:00:00.100000000 band 0 (freq 400): magnitude -65.988777 dB phase 1.533397 band 1 (freq 1200): magnitude -65.545563 dB phase -0.780900 band 2 (freq 2000): magnitude -64.791946 dB phase -0.799611 band 3 (freq 2800): magnitude -64.556175 dB phase -0.063615 [...] https://bugzilla.gnome.org/show_bug.cgi?id=704179
-
-
The audio library considers them as encoded formats and does not fill in the sample width. The audio ringbuffers identifies the format as alaw/mulaw and that is always 8 bits.
-
- Jul 12, 2013
-
-
Tim-Philipp Müller authored
-
- Jul 11, 2013
-
-
-
-
-
The helper thread for Cocoa, in case no NS run loop is running, should be started only once and shared across all the instances running
-
-
-
We'll have to pop buffer from collectpads and store it internally only to get the timestamp of the next buffer. If we continue to keep it in collectpads, no new buffer to calculate the end time will ever arrive. https://bugzilla.gnome.org/show_bug.cgi?id=703743
-
Stream lock of sink pad was not unlocked after non-updating seek.
-
Downstream usually can't accept video/x-h263 but only application/x-rtp, so we would always get an empty intersection here. https://bugzilla.gnome.org/show_bug.cgi?id=702632
-
- Jul 05, 2013
-
-
This allows using avdec_flv which requires this field to be present in the caps. FLV only supports flash-video version 1 right now. https://bugzilla.gnome.org/show_bug.cgi?id=703076
-
- Jun 27, 2013
-
-
- Jun 20, 2013
-
-
Wim Taymans authored
It is already defined in core. fixes https://bugzilla.gnome.org/show_bug.cgi?id=702732
-
Wim Taymans authored
When we go to paused, we first flush the connection and then send the pause command. As a result of the flushing, the scheduled paused command can get lost. Wait until the connection is completely flushed and the rtsp task is waiting before issuing the paused or playing request. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702705
-
- Jun 17, 2013
-
-
The mp2t payloader in 0.10 mislabelled the streams as MP2T-ES instead of MP2T, so accept that as well for compatibility reasons. https://bugzilla.gnome.org/show_bug.cgi?id=702457 Conflicts: gst/rtp/gstrtpmp2tdepay.c
-
-
- Jun 14, 2013
- Jun 11, 2013
-
-
Sebastian Dröge authored
Just use the default pad event handler. https://bugzilla.gnome.org/show_bug.cgi?id=701976
-
- Jun 05, 2013
-
-
Wim Taymans authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701586
-
Wim Taymans authored
Return the output buffer from the process function instead of pushing it ourselves. This way, the subclass can actually deal with the return value of the push. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693727
-