- Jan 21, 2011
- Jan 18, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
which is more in line with other files such as .desktop files.
-
Tim-Philipp Müller authored
Should fix build with mingw32 build bot again.
-
Tim-Philipp Müller authored
API: gst_app_stream_type_get_type() API: GST_TYPE_APP_STREAM_TYPE https://bugzilla.gnome.org/show_bug.cgi?id=639747
-
- Jan 17, 2011
-
-
Tim-Philipp Müller authored
-
Arun Raghavan authored
This makes sure we do not touch the stream taglist once the pipeline has been prerolled. Adding of stream tags happens in the pad event probe which runs in a different thread from discoverer stream processing, so modifying the tag list while discoverer might be processing it can sometimes cause a crash. https://bugzilla.gnome.org/show_bug.cgi?id=639778
-
Arun Raghavan authored
This avoids a race where the timeout callback is scheduled to run but we get sufficient information to finish discovery before actually getting around to executing the callback. See the documentation of g_source_is_destroyed() for more details. https://bugzilla.gnome.org/show_bug.cgi?id=639730
-
Arun Raghavan authored
This ensures that everything is properly cleaned up before the GstDiscoverer object is freed. Specifically, it makes sure that we've removed the async timeout callback before freeing the object to avoid a potential crash later on. https://bugzilla.gnome.org/show_bug.cgi?id=639755
-
David Schleef authored
-
- Jan 16, 2011
-
-
Tim-Philipp Müller authored
Use LC_MESSAGES rather than LC_ALL. Save/load description as untranslated string when using an English language locale. Strip locale information to the language, so we don't save keys like description[fr_FR.UTF-8]=... https://bugzilla.gnome.org/show_bug.cgi?id=638860
-
- Jan 13, 2011
-
-
Tim-Philipp Müller authored
-
- Jan 12, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Earlier versions don't honour the -L/--library-path option, which we need. See commit 4d0ccdad in gobject-introspection git. Should "fix" build on lucid/maverick build bots.
-
- Jan 11, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Bastien Nocera authored
GtkFunction is gone, and there's no update policies for GtkRanges any more (but the default was continuous anyway, so no need to set it to that mode explicitly). https://bugzilla.gnome.org/show_bug.cgi?id=639215
-
Tim-Philipp Müller authored
Makes things work again properly in uninstalled setups (and presumably in installed setups where GStreamer is installed into a non-standard prefix). Requires fixes from core git. https://bugzilla.gnome.org/show_bug.cgi?id=639039
-
Byeong-ryeol Kim authored
Need to pass libgstreamer-0.10 explicitly to linker, since we're calling gst_init(), which in turn is needed because the encoding target get_type() function calls gst_value_register(). https://bugzilla.gnome.org/show_bug.cgi?id=639039
-
Stefan Kost authored
From e572c87 to f94d739
-
- Jan 10, 2011
-
-
Tim-Philipp Müller authored
From ccbaa85 to e572c87
-
Tim-Philipp Müller authored
From 46445ad to ccbaa85
-
-
- Jan 08, 2011
-
-
-
Tim-Philipp Müller authored
Make sure to use the PKG_CONFIG_PATH set at configure time instead of just relying on an env-var set one. This makes sure both g-ir-compiler and g-ir-scanner use the same PKG_CONFIG_PATH for determining include paths etc.
-
Tim-Philipp Müller authored
We need them when building gir and typelib files for libraries that depend on these, such as gst-rtsp-server for example, in an uninstalled setup.
-
- Jan 07, 2011
-
-
Tim-Philipp Müller authored
-
-
-
Tim-Philipp Müller authored
The unit tests are riddled with g_assert() and friends, sometimes containing functional code like set_state() calls in them even (looking at you, pipeline/capsfilter-renegotiation). Make sure we don't disable assert and cast checks for the unit tests even if this has been specified for the rest of the code base, e.g. via --disable-glib-asserts.
-
- Jan 06, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Because we can, and because it's the most interesting one to control really, after xpos/ypos.
-
-
Tim-Philipp Müller authored
-
David Schleef authored
This was causing keyframe_granule to be set to 0 for all streams when seeking to the beginning of the stream, i.e., at the beginning of playback. Fixes #619778.
-
Instead, use either 0 or 1, depending on bitstream version, which give the correct result for streams which aren't cut off at start. This allows that function to not return negative granpos. https://bugzilla.gnome.org/show_bug.cgi?id=638276
-
christian schaller authored
-